X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_match.h;h=d43ae3b340a578e2be647c53afde1152fa2fb7ce;hb=5917eb3d38171296d021351aba4e2601c8819bb7;hp=a1d10020e0472ffba04a66944eb038b4eb1417e6;hpb=0febfbd11d87acd8a0f10bbcf5d4a58bb68b8dc0;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