diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-12 18:30:51 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-12 18:30:51 +0200 |
commit | c7aa09bbb277fbcdae1a5e612674fd85cb80a513 (patch) | |
tree | e4a8d893c6aaa55d53fec6a0a274cd2514e0f4e0 /runtime/rsyslog.h | |
parent | 4269e4578118f089021bc15cdd82bb0182a97aaf (diff) | |
download | rsyslog-c7aa09bbb277fbcdae1a5e612674fd85cb80a513.tar.gz rsyslog-c7aa09bbb277fbcdae1a5e612674fd85cb80a513.tar.bz2 rsyslog-c7aa09bbb277fbcdae1a5e612674fd85cb80a513.zip |
milestone: experimental rate limiter used in imuxsock
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r-- | runtime/rsyslog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h index 4404c475..e98a9b8c 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_OK_HAVE_REPMSG = -2307,/**< processing was OK, but we do have a repeat message (ratelimiter status) */ /* RainerScript error messages (range 1000.. 1999) */ RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */ |