gfio: start of per-job option edit
[fio.git] / gfio.h
diff --git a/gfio.h b/gfio.h
index b8de680a06184e98e0facf127d72234fbffdcdf3..854f7adffbc5b62974838488ee7320bf68a87887 100644 (file)
--- a/gfio.h
+++ b/gfio.h
@@ -136,11 +136,16 @@ struct end_results {
        struct thread_stat ts;
 };
 
+struct gfio_client_options {
+       struct flist_head list;
+       struct thread_options o;
+};
+
 struct gfio_client {
        struct gui_entry *ge;
        struct fio_client *client;
        GtkWidget *err_entry;
-       struct thread_options o;
+       struct flist_head o_list;
 
        struct end_results *results;
        unsigned int nr_results;