]> arthur.barton.de Git - netdata.git/blobdiff - src/rrd2json.h
nonzero option should return all selected dimensions if they are all zero; fixes...
[netdata.git] / src / rrd2json.h
index 7b14019708e32f54b3a18703e938320ac278c509..de82de43188f0105cdf3e99d7e667447ce5685b3 100644 (file)
@@ -57,6 +57,7 @@
 #define RRDR_OPTION_LABEL_QUOTES    0x00000400 // in CSV output, wrap header labels in double quotes
 #define RRDR_OPTION_PERCENTAGE      0x00000800 // give values as percentage of total
 #define RRDR_OPTION_NOT_ALIGNED     0x00001000 // do not align charts for persistant timeframes
+#define RRDR_OPTION_SELECTED        0x00002000 // the dimension is selected by the caller: rrdr_disable_not_selected_dimensions()
 
 extern void rrd_stats_api_v1_chart(RRDSET *st, BUFFER *wb);
 extern void rrd_stats_api_v1_charts(BUFFER *wb);