network plugin: Added support for sending and receiving notifications.
[collectd.git] / src / network.h
index 6d8e966..25e52fa 100644 (file)
@@ -63,4 +63,8 @@
 #define TYPE_VALUES          0x0006
 #define TYPE_INTERVAL        0x0007
 
+/* Types to transmit notifications */
+#define TYPE_MESSAGE         0x0100
+#define TYPE_SEVERITY        0x0101
+
 #endif /* NETWORK_H */