From: Florian Forster Date: Tue, 7 Oct 2008 07:29:04 +0000 (+0200) Subject: Merge branch 'master' of git://git.verplant.org/collectd X-Git-Tag: collectd-4.6.0~181 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=1b321a7ab0181dc8cd9cca5ffbed74eb69f634d3;hp=35518a6531412378c29fc07718b81b22bae9e6dc Merge branch 'master' of git://git.verplant.org/collectd --- diff --git a/src/snmp.c b/src/snmp.c index 09aca563..3ba93fe8 100644 --- a/src/snmp.c +++ b/src/snmp.c @@ -118,6 +118,7 @@ static pthread_cond_t host_cond = PTHREAD_COND_INITIALIZER; /* * Private functions */ +/* Many functions to handle the configuration. {{{ */ /* First there are many functions which do configuration stuff. It's a big * bloated and messy, I'm afraid. */ @@ -656,7 +657,7 @@ static int csnmp_config (oconfig_item_t *ci) return (0); } /* int csnmp_config */ -/* End of the config stuff. Now the interesting part begins */ +/* }}} End of the config stuff. Now the interesting part begins */ static void csnmp_host_close_session (host_definition_t *host) { @@ -1634,5 +1635,5 @@ void module_register (void) } /* void module_register */ /* - * vim: shiftwidth=2 softtabstop=2 tabstop=8 + * vim: shiftwidth=2 softtabstop=2 tabstop=8 fdm=marker */