projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16c2502
)
redis: mark redis_handle_query as static
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Tue, 1 Mar 2016 10:58:18 +0000
(11:58 +0100)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Tue, 1 Mar 2016 10:58:18 +0000
(11:58 +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
4007272
..
3f78bc3
100644
(file)
--- a/
src/redis.c
+++ b/
src/redis.c
@@
-321,7
+321,7
@@
static int redis_handle_info (char *node, char const *info_line, char const *typ
} /* }}} int redis_handle_info */
-int redis_handle_query (redisContext *rh, redis_node_t *rn, redis_query_t *rq) /* {{{ */
+
static
int redis_handle_query (redisContext *rh, redis_node_t *rn, redis_query_t *rq) /* {{{ */
{
redisReply *rr;
const data_set_t *ds;