X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_graph.h;h=cc36c256eb4a3526096ae9c541b52a6dbed56d28;hp=3f9a3f19fba4740645e9cec1cdb78152fa067dac;hb=85cd3f3afae48026843bea34d2d0d1056ee9dda5;hpb=0c06404fd40724f9e1318715c1e737302658befb diff --git a/src/rrd_graph.h b/src/rrd_graph.h index 3f9a3f1..cc36c25 100644 --- a/src/rrd_graph.h +++ b/src/rrd_graph.h @@ -11,6 +11,11 @@ #include #include +#ifdef HAVE_LIBGEN_H +/* for basename */ +# include +#endif + #include "rrd_tool.h" #include "rrd_rpncalc.h" @@ -65,6 +70,7 @@ enum vdef_op_en { , VDEF_LSLSLOPE /* least squares line slope */ , VDEF_LSLINT /* least squares line y_intercept */ , VDEF_LSLCORREL /* least squares line correlation coefficient */ + , VDEF_PERCENTNAN /* Nth percentile ignoring NAN*/ }; enum text_prop_en { TEXT_PROP_DEFAULT = 0, /* default settings */