]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
Add DS_TYPE_DISTRIBUTION to the plugin.h file
authorBarbara Kaczorowska <bkjg@google.com>
Tue, 18 Aug 2020 17:28:20 +0000 (17:28 +0000)
committerBarbara Kaczorowska <bkjg@google.com>
Wed, 19 Aug 2020 07:42:08 +0000 (07:42 +0000)
src/daemon/plugin.h

index faec3970577ee3e35c36675452f99ce6b2c21195..88dffda0d16199f19d1c97310d71dfecdb64cf56 100644 (file)
@@ -42,6 +42,7 @@
 #define DS_TYPE_COUNTER 0
 #define DS_TYPE_GAUGE VALUE_TYPE_GAUGE
 #define DS_TYPE_DERIVE VALUE_TYPE_DERIVE
+#define DS_TYPE_DISTRIBUTION VALUE_TYPE_DISTRIBUTION
 
 #define DS_TYPE_TO_STRING(t)                                                   \
   (t == DS_TYPE_COUNTER)                                                       \