gfio: demo of how to inherit option values into edit window
[fio.git] / goptions.h
index 14e54f7835d9e793923c2f4c77b43fb445974f50..4b409428153d3d1f99c6198d8b18cfad09972edc 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef GFIO_OPTIONS_H
 #define GFIO_OPTIONS_H
 
-void gopt_get_options_window(GtkWidget *window);
+void gopt_get_options_window(GtkWidget *window, struct thread_options *o);
 
 #endif