summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-07-12 12:14:47 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-07-12 12:14:47 +0200
commita5bc2a8b4bdf8b7834326ae6410c3bc7285fa1e8 (patch)
treeea303676c318c2161a4a89606cbb6449bb40a88e /runtime/rsyslog.h
parent80701b698802efe1bcecac09afcd393dd4bd3d5c (diff)
downloadrsyslog-a5bc2a8b4bdf8b7834326ae6410c3bc7285fa1e8.tar.gz
rsyslog-a5bc2a8b4bdf8b7834326ae6410c3bc7285fa1e8.tar.xz
rsyslog-a5bc2a8b4bdf8b7834326ae6410c3bc7285fa1e8.zip
removed emergency config, do error reporting on fatal config file error
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 d1290aeb..05f45565 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -359,6 +359,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_CMD_GONE_AWAY = -2204,/**< config directive existed, but no longer supported */
RS_RET_ERR_SCHED_PARAMS = -2205,/**< there is a problem with configured thread scheduling params */
RS_RET_SOCKNAME_MISSING = -2206,/**< no socket name configured where one is required */
+ RS_RET_CONF_PARSE_ERROR = -2207,/**< (fatal) error parsing config file */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */