summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-10-15 12:31:56 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-10-15 12:31:56 +0200
commit706ddb492345e53d36084d0b843f237da865c6d4 (patch)
tree5c21c06e0f4c0ce15fa2d8413c149d687be43e72 /runtime/rsyslog.h
parenta3a3a322d8c7d40dfed0765457d26a484a624bce (diff)
parent2014cf85627b8774e8c36ddecad04f1ebf43020b (diff)
downloadrsyslog-706ddb492345e53d36084d0b843f237da865c6d4.tar.gz
rsyslog-706ddb492345e53d36084d0b843f237da865c6d4.tar.bz2
rsyslog-706ddb492345e53d36084d0b843f237da865c6d4.zip
Merge branch 'master' into master-ratelimit
Conflicts: ChangeLog doc/v7compatibility.html
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 e6238c23..c02db53c 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -393,6 +393,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) */