X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=gfio.h;h=aa14e3c7d961108c7759bbe9449c2fbea7b65d57;hb=6876c98c72b8cd3c2e5949965a88552d305a04ed;hp=dd75c8aab7ea60c6a32b3c8e45ecb9bbda10b937;hpb=f982d35f5ae88f728c6853aaf57448db8f5fcf98;p=fio.git diff --git a/gfio.h b/gfio.h index dd75c8aa..aa14e3c7 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; }; /*