projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02cb3c3
)
memcached plugin: Rename config callback (add prefix).
author
Florian Forster
<octo@collectd.org>
Sun, 2 Sep 2012 10:41:48 +0000
(12:41 +0200)
committer
Florian Forster
<octo@collectd.org>
Sun, 2 Sep 2012 10:41:48 +0000
(12:41 +0200)
src/memcached.c
patch
|
blob
|
history
diff --git
a/src/memcached.c
b/src/memcached.c
index
9dbf667
..
832af3a
100644
(file)
--- a/
src/memcached.c
+++ b/
src/memcached.c
@@
-348,7
+348,7
@@
static int config_add_instance(oconfig_item_t *ci)
return (0);
}
-static int config (oconfig_item_t *ci)
+static int
memcached_
config (oconfig_item_t *ci)
{
int status = 0;
int i;
@@
-619,5
+619,5
@@
static int memcached_read (user_data_t *user_data)
void module_register (void)
{
- plugin_register_complex_config ("memcached", config);
+ plugin_register_complex_config ("memcached",
memcached_
config);
}