X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_match.h;h=d43ae3b340a578e2be647c53afde1152fa2fb7ce;hb=9d9678b9e753ea0936612021f4f87f8092ab4e31;hp=a1d10020e0472ffba04a66944eb038b4eb1417e6;hpb=6258e772d808f4e76ea8e23d9e2750cfc7e6c60d;p=collectd.git diff --git a/src/daemon/utils_match.h b/src/daemon/utils_match.h index a1d10020..d43ae3b3 100644 --- a/src/daemon/utils_match.h +++ b/src/daemon/utils_match.h @@ -46,6 +46,7 @@ #define UTILS_MATCH_CF_GAUGE_LAST 0x08 #define UTILS_MATCH_CF_GAUGE_INC 0x10 #define UTILS_MATCH_CF_GAUGE_ADD 0x20 +#define UTILS_MATCH_CF_GAUGE_PERSIST 0x40 #define UTILS_MATCH_CF_COUNTER_SET 0x01 #define UTILS_MATCH_CF_COUNTER_ADD 0x02