X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_format_graphite.h;h=5165f9e65f113fb5c8c64703afffcd6f8940eec5;hb=946aff045b9e996c0ef0a4887660943f442c87c5;hp=60576dacb913d363947e40f1111d7cd701c33e13;hpb=5523a080010dcb7a61dc0dccc3969a2a048e52f9;p=collectd.git diff --git a/src/utils_format_graphite.h b/src/utils_format_graphite.h index 60576dac..5165f9e6 100644 --- a/src/utils_format_graphite.h +++ b/src/utils_format_graphite.h @@ -29,6 +29,7 @@ #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,