summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-07-11 09:34:26 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-07-11 09:34:26 +0200
commitf55eee74a3fca58f747857c9b7ec5040178a6f8b (patch)
tree04c8ae7ab49e55dfc6cbb118cde26862ed3e2bae /runtime/rsyslog.h
parent53265e3c7403c290158b70f7efad2b9388a06e6c (diff)
downloadrsyslog-f55eee74a3fca58f747857c9b7ec5040178a6f8b.tar.gz
rsyslog-f55eee74a3fca58f747857c9b7ec5040178a6f8b.tar.xz
rsyslog-f55eee74a3fca58f747857c9b7ec5040178a6f8b.zip
issue a warning message for old-style dynafile action
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 9dd45b38..03f5120d 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -382,6 +382,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_EPOLL_CR_FAILED = -2173, /**< epoll_create() failed */
RS_RET_EPOLL_CTL_FAILED = -2174, /**< epoll_ctl() failed */
RS_RET_INTERNAL_ERROR = -2175, /**< rsyslogd internal error, unexpected code path reached */
+ RS_RET_OUTDATED_STMT = -2184, /**< some outdated statement/functionality is being used in conf file */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */