diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-04-08 09:37:10 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-04-08 09:37:10 +0200 |
commit | 610137b49d5e4f8a0d448d8d361c042cf451a550 (patch) | |
tree | 5bad3cd63b6b5801d54b1f72d6c11443301e7366 /runtime/rsyslog.h | |
parent | 2de4a04b7e728f533382c9839345a89cbf73db89 (diff) | |
download | rsyslog-610137b49d5e4f8a0d448d8d361c042cf451a550.tar.gz rsyslog-610137b49d5e4f8a0d448d8d361c042cf451a550.tar.bz2 rsyslog-610137b49d5e4f8a0d448d8d361c042cf451a550.zip |
omrelp: add support for RainerScript-based configuration
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r-- | runtime/rsyslog.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h index 07d58d68..53eb1edb 100644 --- a/runtime/rsyslog.h +++ b/runtime/rsyslog.h @@ -384,7 +384,9 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth RS_RET_MOD_NO_INPUT_STMT = -2224, /**< (input) module does not support input() statement */ RS_RET_NO_CEE_MSG = -2225, /**< the message being processed is NOT CEE-enhanced */ - /**** up to 2300 is reserved for v6 use ****/ + /**** up to 2290 is reserved for v6 use ****/ + RS_RET_RELP_ERR = -2291, /**<< error in RELP processing */ + /**** up to 3000 is reserved for c7 use ****/ RS_RET_JNAME_NO_ROOT = -2301, /**< root element is missing in JSON path */ RS_RET_JNAME_INVALID = -2302, /**< JSON path is invalid */ RS_RET_JSON_PARSE_ERR = -2303, /**< we had a problem parsing JSON (or extra data) */ |