X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fnetwork.h;h=4318ef92c5627d93894627c3c36a9928727cd1f0;hb=6e419a825c50f9c97471aba7d50521bfc7e19828;hp=6d8e966e967d68749e0ad5bc5a4f25662c8b074e;hpb=6d43c759c9495118ef3c088fd2d06fd09c4fda8f;p=collectd.git diff --git a/src/network.h b/src/network.h index 6d8e966e..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 @@ -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 */