X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=graph.h;h=078e50ceac83ee881abe61a56073cf56f27bb969;hp=42f781ff9d5f59b4e6b17f891210576d1fd8638f;hb=e5aaf1e677d1413125ffaf7aae48b1e8f4ce9ebc;hpb=c41a9d06a1957ba7c5a019e3d6088a5e8e8e0a47 diff --git a/graph.h b/graph.h index 42f781ff..078e50ce 100644 --- a/graph.h +++ b/graph.h @@ -93,5 +93,7 @@ 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); +extern void graph_clear_values(struct graph *g); + #endif