network plugin: Fix many bugs, especially `hton*' and `ntoh*' related.
[collectd.git] / src / network.h
index 5f2bc21..b20fc75 100644 (file)
 #define NET_DEFAULT_PORT    "25826"
 
 #define TYPE_HOST            0x0000
-#define TYPE_PLUGIN          0x0001
-#define TYPE_PLUGIN_INSTANCE 0x0002
-#define TYPE_TYPE            0x0003
-#define TYPE_TYPE_INSTANCE   0x0004
-#define TYPE_VALUES          0x0005
+#define TYPE_TIME            0x0001
+#define TYPE_PLUGIN          0x0002
+#define TYPE_PLUGIN_INSTANCE 0x0003
+#define TYPE_TYPE            0x0004
+#define TYPE_TYPE_INSTANCE   0x0005
+#define TYPE_VALUES          0x0006
 
 #endif /* NETWORK_H */