From 4383a97f4f66c1abb514d2cc7eaa9104518da88e Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 7 Oct 2008 09:23:07 +0200 Subject: [PATCH] snmp plugin: Added folding marker for the configuration handling. --- src/snmp.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 */ -- 2.11.0