summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-07-11 10:08:16 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-07-11 10:08:16 +0200
commitd66d3d6033aae584bfc622f3f9dcddc4f152c308 (patch)
tree1d9b8097ef0f1c32bd2f0d6b038cfea4c58efc4c /runtime/rsyslog.h
parent398966be6d5a94d2602a08305b0533bf4a502a95 (diff)
downloadrsyslog-d66d3d6033aae584bfc622f3f9dcddc4f152c308.tar.gz
rsyslog-d66d3d6033aae584bfc622f3f9dcddc4f152c308.tar.xz
rsyslog-d66d3d6033aae584bfc622f3f9dcddc4f152c308.zip
added warning message for old-style outchannel syntax
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 52b29ac4..f14e0724 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -343,6 +343,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_FILE_NOT_SPECIFIED = -2180, /**< file name not configured where this was required */
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_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) */