summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-06-26 19:08:02 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-06-26 19:08:02 +0200
commitac5a2673ebab72c0c52f59d8e6c175e05268dfc8 (patch)
tree5987a06fde87191f252759f945af2b81c61cd121 /runtime/rsyslog.h
parent71559ed4d8c1e96c0993751e19fae788457c91cd (diff)
downloadrsyslog-ac5a2673ebab72c0c52f59d8e6c175e05268dfc8.tar.gz
rsyslog-ac5a2673ebab72c0c52f59d8e6c175e05268dfc8.tar.xz
rsyslog-ac5a2673ebab72c0c52f59d8e6c175e05268dfc8.zip
provide support to dynamically enable/disable legacy conf command
most important to prevent clashes with new style settings
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 f75b07ab..778fcf68 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -377,6 +377,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
/* reserved for pre-v6.5 */
RS_RET_DUP_PARAM = -2220, /**< config parameter is given more than once */
RS_RET_MODULE_ALREADY_IN_CONF = -2221, /**< module already in current configuration */
+ RS_RET_PARAM_NOT_PERMITTED = -2222, /**< legacy parameter no longer permitted (usally already set by v2) */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */