From: Marc Fournier Date: Mon, 10 Nov 2014 06:57:48 +0000 (+0100) Subject: redis: add missing constant X-Git-Tag: collectd-5.5.0~139^2~2 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=4a8f5813d302723ed378a54c33ae8a71e2c835a0;p=collectd.git redis: add missing constant --- diff --git a/src/redis.c b/src/redis.c index f1a88b29..f5bb304f 100644 --- a/src/redis.c +++ b/src/redis.c @@ -39,6 +39,7 @@ #define REDIS_DEF_TIMEOUT 2000 #define MAX_REDIS_NODE_NAME 64 #define MAX_REDIS_PASSWD_LENGTH 512 +#define MAX_REDIS_VAL_SIZE 256 /* Redis plugin configuration example: *