X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=gfio.h;h=2bf0ea2424373ae6f3a589e36e08c983c3d75950;hb=1e7fa601e884ec37014cfaecab3d4b587f0dd395;hp=dd75c8aab7ea60c6a32b3c8e45ecb9bbda10b937;hpb=2a95f716d8808f45cd5806eac0baad96b39b0016;p=fio.git diff --git a/gfio.h b/gfio.h index dd75c8aa..2bf0ea24 100644 --- a/gfio.h +++ b/gfio.h @@ -32,6 +32,8 @@ struct eta_widget { GtkWidget *write_iops; GtkWidget *cw_bw; GtkWidget *cw_iops; + GtkWidget *trim_bw; + GtkWidget *trim_iops; }; struct gfio_graphs { @@ -41,9 +43,11 @@ struct gfio_graphs { struct graph *iops_graph; graph_label_t read_iops; graph_label_t write_iops; + graph_label_t trim_iops; struct graph *bandwidth_graph; graph_label_t read_bw; graph_label_t write_bw; + graph_label_t trim_bw; }; /* @@ -74,7 +78,9 @@ struct gui { int handler_running; GHashTable *ge_hash; -} main_ui; +}; + +extern struct gui main_ui; enum { GE_STATE_NEW = 1,