summaryrefslogtreecommitdiffstats
path: root/runtime/modules.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-07-27 11:38:25 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-07-27 11:38:25 +0200
commitd460c1cd5d3c13ddc70f1d21ae4befa35b1ac627 (patch)
tree2c80febcf0c8d3920a715b85742dfbad66ccdd07 /runtime/modules.h
parentd18b238f16a7ff4dbb998314b6d76ffb8b2acf59 (diff)
downloadrsyslog-d460c1cd5d3c13ddc70f1d21ae4befa35b1ac627.tar.gz
rsyslog-d460c1cd5d3c13ddc70f1d21ae4befa35b1ac627.tar.xz
rsyslog-d460c1cd5d3c13ddc70f1d21ae4befa35b1ac627.zip
fixed regression from last commit
config variables were not properly initialized
Diffstat (limited to 'runtime/modules.h')
-rw-r--r--runtime/modules.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/modules.h b/runtime/modules.h
index 556a3e34..9569512b 100644
--- a/runtime/modules.h
+++ b/runtime/modules.h
@@ -47,8 +47,10 @@
* version 5 changes the way parsing works for input modules. This is
* an important change, parseAndSubmitMessage() goes away. Other
* module types are not affected. -- rgerhards, 2008-10-09
+ * version 6 introduces scoping support (starting with the output
+ * modules) -- rgerhards, 2010-07-27
*/
-#define CURR_MOD_IF_VERSION 5
+#define CURR_MOD_IF_VERSION 6
typedef enum eModType_ {
eMOD_IN = 0, /* input module */