X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fnetwork.h;h=4318ef92c5627d93894627c3c36a9928727cd1f0;hb=fd9c88963b04c9e9050a952ba0f018493e8b7638;hp=b20fc75f837a8f9992aa5e4e1f5f1183e90e9a6d;hpb=7e5df1a2c6611bd4ac9fb8ac4b78106f9139ae6e;p=collectd.git diff --git a/src/network.h b/src/network.h index b20fc75f..4318ef92 100644 --- a/src/network.h +++ b/src/network.h @@ -1,6 +1,6 @@ /** * collectd - src/network.h - * Copyright (C) 2005,2006 Florian octo Forster + * Copyright (C) 2005-2008 Florian octo Forster * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -61,5 +61,10 @@ #define TYPE_TYPE 0x0004 #define TYPE_TYPE_INSTANCE 0x0005 #define TYPE_VALUES 0x0006 +#define TYPE_INTERVAL 0x0007 + +/* Types to transmit notifications */ +#define TYPE_MESSAGE 0x0100 +#define TYPE_SEVERITY 0x0101 #endif /* NETWORK_H */