diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-01-30 18:23:17 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-01-30 18:23:17 +0100 |
commit | 529aaa7f5739d69f81b9abba854f42f16e1b2758 (patch) | |
tree | 2af5013cda2d700fda02297a60218509b309f4a9 /runtime/rsyslog.h | |
parent | c129ddcc637875442dbf9e0869f5eafbd08199ae (diff) | |
parent | 7335ef41756672a4c17f016f339eff8b132b2910 (diff) | |
download | rsyslog-529aaa7f5739d69f81b9abba854f42f16e1b2758.tar.gz rsyslog-529aaa7f5739d69f81b9abba854f42f16e1b2758.tar.bz2 rsyslog-529aaa7f5739d69f81b9abba854f42f16e1b2758.zip |
Merge branch 'v5-stable' into v5-stable-newstats
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 69b3c8d1..55df4d11 100644 --- a/runtime/rsyslog.h +++ b/runtime/rsyslog.h @@ -346,6 +346,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth RS_RET_OUTDATED_STMT = -2184, /**< some outdated statement/functionality is being used in conf file */ RS_RET_MISSING_WHITESPACE = -2185, /**< whitespace is missing in some config construct */ + RS_RET_CONF_RQRD_PARAM_MISSING = -2208,/**< required parameter in config object is missing */ /* RainerScript error messages (range 1000.. 1999) */ RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */ |