summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-03-04 12:59:53 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-03-04 12:59:53 +0100
commita6aa2b75ee9da97a6d2d98701af8bff01064afe4 (patch)
tree30b4d5fe360aee350a7b05ad36e640485f4cbf37 /runtime/rsyslog.h
parente17c0267dbda37641fd93e51ce28c9ab2307c0c3 (diff)
downloadrsyslog-a6aa2b75ee9da97a6d2d98701af8bff01064afe4.tar.gz
rsyslog-a6aa2b75ee9da97a6d2d98701af8bff01064afe4.tar.bz2
rsyslog-a6aa2b75ee9da97a6d2d98701af8bff01064afe4.zip
mmanon: complete ipv4 functionality
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 8dad09a4..e7a5dffb 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -401,6 +401,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
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 */
+ RS_RET_REPLCHAR_IGNORED = -2313,/**< mmanon: replacementChar parameter is ignored */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */