summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-07-06 08:46:35 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-07-06 08:46:35 +0200
commit76684243dcf8e48db6dda99eff7ea2c3a9f26a91 (patch)
treeb886dac91e9f70647a882ea3cf8b850ea83fb5e1 /runtime/rsyslog.h
parenta924cfe6c2da54829f4729d6d56f8a1cc402475e (diff)
parent8cd429f7eeee548ff3d5a4d44daa22c2e5a1cf3a (diff)
downloadrsyslog-76684243dcf8e48db6dda99eff7ea2c3a9f26a91.tar.gz
rsyslog-76684243dcf8e48db6dda99eff7ea2c3a9f26a91.tar.xz
rsyslog-76684243dcf8e48db6dda99eff7ea2c3a9f26a91.zip
Merge branch 'beta'
Conflicts: ChangeLog configure.ac doc/manual.html runtime/rsyslog.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 d1290aeb..0b0dc921 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -351,6 +351,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_ERR_WRKDIR = -2181, /**< problems with the rsyslog working directory */
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_INVLD_CONF_OBJ= -2200, /**< invalid config object (e.g. $Begin conf statement) */
RS_RET_ERR_LIBEE_INIT = -2201, /**< cannot obtain libee ctx */