X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_format_graphite.h;h=5165f9e65f113fb5c8c64703afffcd6f8940eec5;hb=1aa4295ba6875ceb02a7383237bc2485ffab9c1e;hp=398defbeabab0b31c8de7916df1ba2b9e86eca8c;hpb=7d5c193fce64d04cee72619c0b54d624d5011e35;p=collectd.git diff --git a/src/utils_format_graphite.h b/src/utils_format_graphite.h index 398defbe..5165f9e6 100644 --- a/src/utils_format_graphite.h +++ b/src/utils_format_graphite.h @@ -23,11 +23,13 @@ #define UTILS_FORMAT_GRAPHITE_H 1 #include "collectd.h" + #include "plugin.h" #define GRAPHITE_STORE_RATES 0x01 #define GRAPHITE_SEPARATE_INSTANCES 0x02 #define GRAPHITE_ALWAYS_APPEND_DS 0x04 +#define GRAPHITE_DROP_DUPE_FIELDS 0x08 int format_graphite (char *buffer, size_t buffer_size, const data_set_t *ds,