gfio: fill default options on new job
[fio.git] / thread_options.h
index 6a8fee72ad3fc5180a5e973a1816750865e27fe5..51ac0908a2c3c1dccaebd549cd74c593b3fe2aa6 100644 (file)
@@ -415,5 +415,6 @@ struct thread_options_pack {
 extern void convert_thread_options_to_cpu(struct thread_options *o, struct thread_options_pack *top);
 extern void convert_thread_options_to_net(struct thread_options_pack *top, struct thread_options *);
 extern int fio_test_cconv(struct thread_options *);
+extern void options_default_fill(struct thread_options *o);
 
 #endif