summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-10-11 15:27:27 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-10-11 15:27:27 +0200
commita208fcfc707c8c69b79e7623383a2c592d9f0741 (patch)
tree9e053917a4e5c1cb00362199e1968a6685bcb432 /runtime
parent0f879f21add90b171280bf33c5e2c7ce26bdfe0f (diff)
downloadrsyslog-a208fcfc707c8c69b79e7623383a2c592d9f0741.tar.gz
rsyslog-a208fcfc707c8c69b79e7623383a2c592d9f0741.tar.xz
rsyslog-a208fcfc707c8c69b79e7623383a2c592d9f0741.zip
added deprecated note to omruleset
Diffstat (limited to 'runtime')
-rw-r--r--runtime/rsyslog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h
index 4404c475..07d58d68 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -392,6 +392,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_JNAME_NOTFOUND = -2305, /**< JSON name not found (does not exist) */
RS_RET_INVLD_SETOP = -2305, /**< invalid variable set operation, incompatible type */
RS_RET_RULESET_EXISTS = -2306,/**< ruleset already exists */
+ RS_RET_DEPRECATED = -2307,/**< deprecated functionality is used */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */