X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fnetwork.h;h=777616c4725cc75ddb13f9844e5c833aa81e7e35;hb=6bbd2007deb393cffa3502902c1bd81c49328d33;hp=25e52fa901caab7514bf23d1cff554c185f53e2e;hpb=7c6a9f178e97cdde377c18c93d79158561223647;p=collectd.git diff --git a/src/network.h b/src/network.h index 25e52fa9..777616c4 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 @@ -67,4 +67,7 @@ #define TYPE_MESSAGE 0x0100 #define TYPE_SEVERITY 0x0101 +#define TYPE_SIGN_SHA256 0x0200 +#define TYPE_ENCR_AES256 0x0210 + #endif /* NETWORK_H */