summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorAndre Lorbach <alorbach@adiscon.com>2011-08-10 11:24:38 +0200
committerAndre Lorbach <alorbach@adiscon.com>2011-08-10 11:24:38 +0200
commite90a380aacb0b7304bec004ea0208b121331dcd3 (patch)
treee54a672fc566b1028c671358e832191c87b76e40 /runtime/rsyslog.h
parentafb4f8e6a24398e7eeafb1f7e76189e0abbc430d (diff)
parentec1f816dae971ee66eff49bb07da352a524df0b6 (diff)
downloadrsyslog-e90a380aacb0b7304bec004ea0208b121331dcd3.tar.gz
rsyslog-e90a380aacb0b7304bec004ea0208b121331dcd3.tar.bz2
rsyslog-e90a380aacb0b7304bec004ea0208b121331dcd3.zip
Merge branch 'v5-devel' of git+ssh://al@git.adiscon.com/git/rsyslog into v5-devel
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 d20cd5bb..65ed70db 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -345,6 +345,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_WRN_WRKDIR = -2182, /**< correctable problems with the rsyslog working directory */
RS_RET_ERR_QUEUE_EMERGENCY = -2183, /**< some fatal error caused queue to switch to emergency mode */
RS_RET_OUTDATED_STMT = -2184, /**< some outdated statement/functionality is being used in conf file */
+ RS_RET_OK_WARN = -2185, /**< config part: everything was OK, but a warning message was emitted */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */