summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-10-11 12:26:48 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-10-11 12:26:48 +0200
commit26a668f8fa352e63aefcc762eadd123002b3895d (patch)
treeb15cb9759d944a90235f0f0d59e740e400055c4a /runtime/rsyslog.h
parent0714cce5bb2c89beeeaece259f11ee4cedce02c4 (diff)
downloadrsyslog-26a668f8fa352e63aefcc762eadd123002b3895d.tar.gz
rsyslog-26a668f8fa352e63aefcc762eadd123002b3895d.tar.xz
rsyslog-26a668f8fa352e63aefcc762eadd123002b3895d.zip
added support for v6 config system to omfwd
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 fc8578a8..293aabbf 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -367,6 +367,8 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_CONFOBJ_UNSUPPORTED = -2210,/**< config objects (v6 conf) are not supported here */
RS_RET_MISSING_CNFPARAMS = -2211, /**< missing configuration parameters */
RS_RET_NO_LISTNERS = -2212, /**< module loaded, but no listeners are defined */
+ RS_RET_INVLD_PROTOCOL = -2213, /**< invalid protocol specified in config file */
+ RS_RET_CNF_INVLD_FRAMING = -2214, /**< invalid framing specified in config file */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */