summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-07-21 17:21:36 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-07-21 17:21:36 +0200
commit35b71135033e1be0c7759167d8151533f98b93e9 (patch)
tree8482bc3c7af8a3f315474043757e578fe7749e74 /runtime/rsyslog.h
parent63446424c057f527c9c17be7e06f306a130789b4 (diff)
downloadrsyslog-35b71135033e1be0c7759167d8151533f98b93e9.tar.gz
rsyslog-35b71135033e1be0c7759167d8151533f98b93e9.tar.xz
rsyslog-35b71135033e1be0c7759167d8151533f98b93e9.zip
milestone: omfile basically gets its parameters via the new system
but not all syntax handlers are present (so it does not yet fully work).
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 dd770f26..c2dbc2b2 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -364,6 +364,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_CONF_RQRD_PARAM_MISSING = -2208,/**< required parameter in config object is missing */
RS_RET_MOD_UNKNOWN = -2209,/**< module (config name) is unknown */
RS_RET_CONFOBJ_UNSUPPORTED = -2210,/**< config objects (v6 conf) are not supported here */
+ RS_RET_MISSING_CNFPARAMS = -2211, /**< missing configuration parameters */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */