summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-12-01 08:46:20 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-12-01 08:46:20 +0100
commitb9d3cdceabf91bc28f8f6d31cfe9332724e37bbf (patch)
tree96a93ba0f76797fa9a52cccd18a3cfeab47250e6 /runtime/rsyslog.h
parentd1ccc0302653017782a59c3ff9e5f7e69811173e (diff)
downloadrsyslog-b9d3cdceabf91bc28f8f6d31cfe9332724e37bbf.tar.gz
rsyslog-b9d3cdceabf91bc28f8f6d31cfe9332724e37bbf.tar.xz
rsyslog-b9d3cdceabf91bc28f8f6d31cfe9332724e37bbf.zip
milestone: added mmnormalize (compiles, but untested)
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r--runtime/rsyslog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h
index c2f6463c..686b9ba1 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -346,6 +346,9 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_FILE_NOT_SPECIFIED = -2180, /**< file name not configured where this was required */
RS_RET_INVLD_CONF_OBJ= -2200, /**< invalid config object (e.g. $Begin conf statement) */
+ RS_RET_ERR_LIBEE_INIT = -2201, /**< cannot obtain libee ctx */
+ RS_RET_ERR_LIBLOGNORM_INIT = -2202,/**< cannot obtain liblognorm ctx */
+ RS_RET_ERR_LIBLOGNORM_SAMPDB_LOAD = -2203,/**< liblognorm sampledb load failed */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */