X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fnetwork.h;h=6d8e966e967d68749e0ad5bc5a4f25662c8b074e;hb=acbd25344a59c091b087311804d375b759077e32;hp=5f2bc21226f65a10709459974edbd28b0617e097;hpb=f179018be96e1e1aea25d4928bdaf100a9a92a7d;p=collectd.git diff --git a/src/network.h b/src/network.h index 5f2bc212..6d8e966e 100644 --- a/src/network.h +++ b/src/network.h @@ -55,10 +55,12 @@ #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 +#define TYPE_INTERVAL 0x0007 #endif /* NETWORK_H */