init: use __log_buf() if we know buf != NULL
[fio.git] / gfio.h
diff --git a/gfio.h b/gfio.h
index c0427687dfc17c7af5435cfa2db8a0f5b92c0592..aa14e3c7d961108c7759bbe9449c2fbea7b65d57 100644 (file)
--- 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;
 };
 
 /*
@@ -170,5 +174,6 @@ extern void clear_ge_ui_info(struct gui_entry *ge);
 
 extern const char *gfio_graph_font;
 extern GdkColor gfio_color_white;
+extern GdkColor gfio_color_lightyellow;
 
 #endif