Add basic cconv test
[fio.git] / thread_options.h
index d46da31b706e31dbd7a131ec2da372e4a060ce10..1193abeb9f48065ccae7e0cabde6f30dae41de4a 100644 (file)
@@ -406,5 +406,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 *);
 
 #endif