X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=thread_options.h;h=51ac0908a2c3c1dccaebd549cd74c593b3fe2aa6;hp=6a8fee72ad3fc5180a5e973a1816750865e27fe5;hb=588b7f09161ff432777de4cf9c3345b6f976ad98;hpb=90265353af8dbf1c43804996909777d4c1a5998e diff --git a/thread_options.h b/thread_options.h index 6a8fee72..51ac0908 100644 --- a/thread_options.h +++ b/thread_options.h @@ -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