summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-03-01 12:25:39 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-03-01 12:25:39 +0100
commit115718de967f673fc89ce8b8be1b16081ca4dde1 (patch)
tree31c8ba575f8db55ea7f769d9b1907c65bcc6aa12 /runtime/rsyslog.h
parentaafa9b41a5f06b88f11df5c837427e171e1048d7 (diff)
parentc2970de8b0dd07c52f3a107e5ec3de55010c9999 (diff)
downloadrsyslog-115718de967f673fc89ce8b8be1b16081ca4dde1.tar.gz
rsyslog-115718de967f673fc89ce8b8be1b16081ca4dde1.tar.bz2
rsyslog-115718de967f673fc89ce8b8be1b16081ca4dde1.zip
Merge branch 'v5-stable' into v5-devel
Conflicts: ChangeLog plugins/imklog/imklog.c plugins/imklog/imklog.h
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 06438081..adcd4656 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -348,6 +348,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_MISSING_WHITESPACE = -2185, /**< whitespace is missing in some config construct */
RS_RET_OK_WARN = -2186, /**< config part: everything was OK, but a warning message was emitted */
+ RS_RET_CONF_RQRD_PARAM_MISSING = -2208,/**< required parameter in config object is missing */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */