summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-07-06 08:32:07 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-07-06 08:32:07 +0200
commit88fdb0c5ef6a34d28b358c9a50a6b172e25c4ee4 (patch)
tree8ed4031820199da407f5d15ab23cb006c39bc93b /runtime/rsyslog.h
parent8ea796903215ecaba737f9fbe89c0e052825535d (diff)
downloadrsyslog-88fdb0c5ef6a34d28b358c9a50a6b172e25c4ee4.tar.gz
rsyslog-88fdb0c5ef6a34d28b358c9a50a6b172e25c4ee4.tar.xz
rsyslog-88fdb0c5ef6a34d28b358c9a50a6b172e25c4ee4.zip
issue a warning if old omusrmsg action syntax is used
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 613a3e7a..d20cd5bb 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -344,6 +344,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 */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */