From: Florian Forster Date: Tue, 7 Jul 2009 17:11:57 +0000 (+0200) Subject: tokyotyrant plugin: Make DB handle `static'. X-Git-Tag: collectd-4.8.0~76^2~3 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=1e6290da7c939e2b5dddaa559e5c189506f56151 tokyotyrant plugin: Make DB handle `static'. --- diff --git a/src/tokyotyrant.c b/src/tokyotyrant.c index 160bf667..c3076f5b 100644 --- a/src/tokyotyrant.c +++ b/src/tokyotyrant.c @@ -39,7 +39,7 @@ static int config_keys_num = STATIC_ARRAY_SIZE (config_keys); static char *config_host = NULL; static char *config_port = NULL; -TCRDB *rdb = NULL; +static TCRDB *rdb = NULL; static int tt_config (const char *key, const char *value) {