summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-03-05 11:55:02 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-03-05 11:55:02 +0100
commit3a68c5cda88336af1fde3755180f4e293735da5d (patch)
treedf3d3e82a9ecc1dd3725abe428dc32c7d0146069 /runtime/rsyslog.h
parent6867887a424d86fccce3a54ae81da2c1d7f7656f (diff)
downloadrsyslog-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.h1
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) */