summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-03-17 19:02:21 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-03-17 19:02:21 +0100
commit488a4a69e3bc6de4a340993525d6eebdcff62ca3 (patch)
treef0a60f7d6ea3a11085e2a7f3e3dfd5d69bdc5f0d /runtime/rsyslog.h
parentdb02f8e14888d9342770bc2d65660744c9e4d2c6 (diff)
downloadrsyslog-488a4a69e3bc6de4a340993525d6eebdcff62ca3.tar.gz
rsyslog-488a4a69e3bc6de4a340993525d6eebdcff62ca3.tar.xz
rsyslog-488a4a69e3bc6de4a340993525d6eebdcff62ca3.zip
ommongodb: honor db and collection config parameters
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r--runtime/rsyslog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h
index 356af2d5..ef43efd9 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -371,6 +371,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_NO_LISTNERS = -2212, /**< module loaded, but no listeners are defined */
RS_RET_INVLD_PROTOCOL = -2213, /**< invalid protocol specified in config file */
RS_RET_CNF_INVLD_FRAMING = -2214, /**< invalid framing specified in config file */
+ RS_RET_LEGA_ACT_NOT_SUPPORTED = -2215, /**< the module (no longer) supports legacy action syntax */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */