summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: aa07aca)
raw | patch | inline | side by side (parent: aa07aca)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Tue, 1 Mar 2016 10:57:39 +0000 (11:57 +0100) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Tue, 1 Mar 2016 10:57:39 +0000 (11:57 +0100) |
Commit straight to 5.5. This plugin didn't exist in 5.4.
src/redis.c | patch | blob | history |
diff --git a/src/redis.c b/src/redis.c
index a1839c55dbe5d281968dd9b06c6a4d2dac250c81..4007272cad21ed8546c4f53faf54c699fdc93a1b 100644 (file)
--- a/src/redis.c
+++ b/src/redis.c
return (0);
} /* }}} int redis_init */
-int redis_handle_info (char *node, char const *info_line, char const *type, char const *type_instance, char const *field_name, int ds_type) /* {{{ */
+static int redis_handle_info (char *node, char const *info_line, char const *type, char const *type_instance, char const *field_name, int ds_type) /* {{{ */
{
char *str = strstr (info_line, field_name);
static char buf[MAX_REDIS_VAL_SIZE];