X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_format_graphite.h;h=b82da9f832f4967bf4c94c462b57612842770706;hb=75d4c13daf6c1226710b64ff3a793afa31721b81;hp=398defbeabab0b31c8de7916df1ba2b9e86eca8c;hpb=967685afeaff2cb4f7e4f733f17df95363727c4f;p=collectd.git diff --git a/src/utils_format_graphite.h b/src/utils_format_graphite.h index 398defbe..b82da9f8 100644 --- a/src/utils_format_graphite.h +++ b/src/utils_format_graphite.h @@ -23,16 +23,16 @@ #define UTILS_FORMAT_GRAPHITE_H 1 #include "collectd.h" + #include "plugin.h" -#define GRAPHITE_STORE_RATES 0x01 +#define GRAPHITE_STORE_RATES 0x01 #define GRAPHITE_SEPARATE_INSTANCES 0x02 -#define GRAPHITE_ALWAYS_APPEND_DS 0x04 +#define GRAPHITE_ALWAYS_APPEND_DS 0x04 -int format_graphite (char *buffer, - size_t buffer_size, const data_set_t *ds, - const value_list_t *vl, const char *prefix, - const char *postfix, const char escape_char, - unsigned int flags); +int format_graphite(char *buffer, size_t buffer_size, const data_set_t *ds, + const value_list_t *vl, const char *prefix, + const char *postfix, const char escape_char, + unsigned int flags); #endif /* UTILS_FORMAT_GRAPHITE_H */