diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-03-05 11:55:02 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-03-05 11:55:02 +0100 |
commit | 3a68c5cda88336af1fde3755180f4e293735da5d (patch) | |
tree | df3d3e82a9ecc1dd3725abe428dc32c7d0146069 /runtime/rsyslog.h | |
parent | 6867887a424d86fccce3a54ae81da2c1d7f7656f (diff) | |
download | rsyslog-3a68c5cda88336af1fde3755180f4e293735da5d.tar.gz rsyslog-3a68c5cda88336af1fde3755180f4e293735da5d.tar.bz2 rsyslog-3a68c5cda88336af1fde3755180f4e293735da5d.zip |
logsig: build base plumbing for signature multi-provider interface
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 7e3761e0..42c61579 100644 --- a/runtime/rsyslog.h +++ b/runtime/rsyslog.h @@ -399,6 +399,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth RS_RET_DS_PROP_SEQ_ERR = -2308,/**< property sequence error deserializing object */ RS_RET_TPL_INVLD_PROP = -2309,/**< property name error in template (unknown name) */ RS_RET_NO_RULEBASE = -2310,/**< mmnormalize: rulebase can not be found or otherwise invalid */ + RS_RET_SIGPROV_ERR = -2320,/**< error in signature provider */ /* RainerScript error messages (range 1000.. 1999) */ RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */ |