summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-03-04 09:45:25 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-03-04 09:45:25 +0100
commite17c0267dbda37641fd93e51ce28c9ab2307c0c3 (patch)
treee87538a4c2a327c1c537b8f831324f4f1eec0a73 /runtime/rsyslog.h
parent960ab307503fd1726a61770fa45971e96fac32c9 (diff)
downloadrsyslog-e17c0267dbda37641fd93e51ce28c9ab2307c0c3.tar.gz
rsyslog-e17c0267dbda37641fd93e51ce28c9ab2307c0c3.tar.bz2
rsyslog-e17c0267dbda37641fd93e51ce28c9ab2307c0c3.zip
mmanon: add ability to specify number of bits to be anonymized
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r--runtime/rsyslog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h
index 7e3761e0..8dad09a4 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -399,6 +399,8 @@ 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_INVLD_MODE = -2311,/**< invalid mode specified in configuration */
+ RS_RET_INVLD_ANON_BITS = -2312,/**< mmanon: invalid number of bits to anonymize specified */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */