X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Futils_format_graphite.h;fp=src%2Futils_format_graphite.h;h=de90c44cc49895bc35b1184c522406b765ebdb92;hb=facbb03bdd0c591344b1a81dd0437064cfcc24e5;hp=b82da9f832f4967bf4c94c462b57612842770706;hpb=79963d13c1884d1d92667cc502ad20758b084a12;p=collectd.git diff --git a/src/utils_format_graphite.h b/src/utils_format_graphite.h index b82da9f8..de90c44c 100644 --- a/src/utils_format_graphite.h +++ b/src/utils_format_graphite.h @@ -29,6 +29,8 @@ #define GRAPHITE_STORE_RATES 0x01 #define GRAPHITE_SEPARATE_INSTANCES 0x02 #define GRAPHITE_ALWAYS_APPEND_DS 0x04 +#define GRAPHITE_DROP_DUPE_FIELDS 0x08 +#define GRAPHITE_PRESERVE_SEPARATOR 0x10 int format_graphite(char *buffer, size_t buffer_size, const data_set_t *ds, const value_list_t *vl, const char *prefix,