X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fcollectd.h;h=2ce0a155639a95b07a17a638db180fc9514f035a;hb=e913f3f6b71b0ba4abd6aaf2202100a5cef48b75;hp=582d524a50fa563bfea95d5a3345c4022ef3b5b4;hpb=cc0d31accbf4f5543693ec7001088d887fb732d2;p=collectd.git diff --git a/src/collectd.h b/src/collectd.h index 582d524a..2ce0a155 100644 --- a/src/collectd.h +++ b/src/collectd.h @@ -1,6 +1,6 @@ /** * collectd - src/collectd.h - * Copyright (C) 2005 Florian octo Forster + * Copyright (C) 2005,2006 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 @@ -198,6 +198,11 @@ #define MODE_SERVER 0x01 #define MODE_CLIENT 0x02 #define MODE_LOCAL 0x04 +#define MODE_LOG 0x08 + +#ifndef COLLECTD_GRP_NAME +# define COLLECTD_GRP_NAME "collectd" +#endif #ifndef COLLECTD_STEP # define COLLECTD_STEP "10"