X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_graph.h;h=ca3e7c3978b525a046462402c77c87404892ef41;hb=fff2d8655192db3a32c5f9623832ed3ed1e1f912;hp=58af260d532fa2f12b9006ad366058f6243faff6;hpb=97fd0c7bffba47ce2b962364e7382b202cb0a469;p=rrdtool.git diff --git a/src/rrd_graph.h b/src/rrd_graph.h index 58af260..ca3e7c3 100644 --- a/src/rrd_graph.h +++ b/src/rrd_graph.h @@ -170,6 +170,7 @@ typedef struct image_desc_t { int lazy; /* only update the image if there is reasonable probablility that the existing one is out of date */ + int slopemode; /* connect the dots of the curve directly, not using a stair */ int logarithmic; /* scale the yaxis logarithmic */ /* status information */