Merge branch 'master' of git://git.verplant.org/collectd
authorFlorian Forster <octo@noris.net>
Tue, 7 Oct 2008 07:29:04 +0000 (09:29 +0200)
committerFlorian Forster <octo@noris.net>
Tue, 7 Oct 2008 07:29:04 +0000 (09:29 +0200)
src/snmp.c

index 09aca56..3ba93fe 100644 (file)
@@ -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
  */