summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 02cb3c3)
raw | patch | inline | side by side (parent: 02cb3c3)
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 9dbf6675b784818eb005102fab3d4e211dde551f..832af3adee8af338931fb0f71fa9124da1a8ba9c 100644 (file)
--- a/src/memcached.c
+++ b/src/memcached.c
return (0);
}
-static int config (oconfig_item_t *ci)
+static int memcached_config (oconfig_item_t *ci)
{
int status = 0;
int i;
void module_register (void)
{
- plugin_register_complex_config ("memcached", config);
+ plugin_register_complex_config ("memcached", memcached_config);
}