diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-17 08:00:34 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-17 08:00:34 +0200 |
commit | 71f602c4e97a67097ede995642a5cb09c0ceca07 (patch) | |
tree | f37529e532f060b531ce1706d8be1c130a0189f2 /runtime/rsyslog.h | |
parent | 8fe7507de1d9f800fedb82a2cf2e1f443db940f7 (diff) | |
download | rsyslog-71f602c4e97a67097ede995642a5cb09c0ceca07.tar.gz rsyslog-71f602c4e97a67097ede995642a5cb09c0ceca07.tar.bz2 rsyslog-71f602c4e97a67097ede995642a5cb09c0ceca07.zip |
new ruleengine: Implent "unset" statement
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 2977f6f3..ceb277d0 100644 --- a/runtime/rsyslog.h +++ b/runtime/rsyslog.h @@ -387,6 +387,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth RS_RET_JNAME_INVALID = -2302, /**< JSON path is invalid */ RS_RET_JSON_PARSE_ERR = -2303, /**< we had a problem parsing JSON (or extra data) */ RS_RET_BSD_BLOCKS_UNSUPPORTED = -2304, /**< BSD-style config blocks are no longer supported */ + RS_RET_JNAME_NOTFOUND = -2305, /**< JSON name not found (does not exist) */ RS_RET_INVLD_SETOP = -2305, /**< invalid variable set operation, incompatible type */ /* RainerScript error messages (range 1000.. 1999) */ |