X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=gfio.h;h=b8de680a06184e98e0facf127d72234fbffdcdf3;hp=71b2db74cdf8bfdfe7580ba6bc862acfa39556d6;hb=8dfd6071e1a4fd3966c0a77dbb7d719c52433b54;hpb=fff30f40227716f2390ccac9010d9913e14fdca0 diff --git a/gfio.h b/gfio.h index 71b2db74..b8de680a 100644 --- a/gfio.h +++ b/gfio.h @@ -6,6 +6,7 @@ #include "stat.h" #include "thread_options.h" #include "ghelpers.h" +#include "graph.h" struct probe_widget { GtkWidget *hostname; @@ -37,7 +38,11 @@ struct gfio_graphs { #define DRAWING_AREA_YDIM 400 GtkWidget *drawing_area; struct graph *iops_graph; + graph_label_t read_iops; + graph_label_t write_iops; struct graph *bandwidth_graph; + graph_label_t read_bw; + graph_label_t write_bw; }; /*