X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=graph.h;h=2315045b8b0d931edabfde83b36020a8dc506dbe;hp=00995259b3a70bcd2041d615f5f3c5e7cf40b58a;hb=01a947f067b1a03add33e645ece73ac19d8257dd;hpb=6a4cf74fc2521b601cb1cc9478526cc441830a5c diff --git a/graph.h b/graph.h index 00995259..2315045b 100644 --- a/graph.h +++ b/graph.h @@ -86,6 +86,7 @@ extern const char *graph_find_tooltip(struct graph *g, int x, int y); extern int graph_contains_xy(struct graph *p, int x, int y); extern void graph_set_base_offset(struct graph *g, unsigned int base_offset); +extern void graph_set_graph_all_zeroes(struct graph *g, unsigned int set); #endif