summaryrefslogtreecommitdiffstats
path: root/runtime/modules.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-10-09 09:16:31 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-10-09 09:16:31 +0200
commit39f2afc8b8a60f09570fcf288e6899cdd42209ba (patch)
tree0882a0cee4028f851297c7b236b64da7464ccd5a /runtime/modules.h
parent5742f9cdd0da18a3ddfb0a51a981637124a6ab25 (diff)
downloadrsyslog-39f2afc8b8a60f09570fcf288e6899cdd42209ba.tar.gz
rsyslog-39f2afc8b8a60f09570fcf288e6899cdd42209ba.tar.xz
rsyslog-39f2afc8b8a60f09570fcf288e6899cdd42209ba.zip
bumped interface version number to reflect change to message parsing
Diffstat (limited to 'runtime/modules.h')
-rw-r--r--runtime/modules.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/modules.h b/runtime/modules.h
index 7d34bcf7..96016082 100644
--- a/runtime/modules.h
+++ b/runtime/modules.h
@@ -44,8 +44,11 @@
* rgerhards, 2008-03-04
* version 3 adds modInfo_t ptr to call of modInit -- rgerhards, 2008-03-10
* version 4 removes needUDPSocket OM callback -- rgerhards, 2008-03-22
+ * 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
*/
-#define CURR_MOD_IF_VERSION 4
+#define CURR_MOD_IF_VERSION 5
typedef enum eModType_ {
eMOD_IN, /* input module */