summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-06-21 16:11:58 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-06-21 16:11:58 +0200
commit2bd4e10a4dc909346d5a010edefb12c65ed77aec (patch)
tree6c32f32c24a71777880249c52b82c58646d74c15 /runtime/rsyslog.h
parent42d36fbf3a06bb10e966abe1bcd288d335c6ad18 (diff)
parentb71ef4abad365f95cf7adf3df14083940d531f1f (diff)
downloadrsyslog-2bd4e10a4dc909346d5a010edefb12c65ed77aec.tar.gz
rsyslog-2bd4e10a4dc909346d5a010edefb12c65ed77aec.tar.xz
rsyslog-2bd4e10a4dc909346d5a010edefb12c65ed77aec.zip
Merge branch 'beta'
Conflicts: ChangeLog configure.ac doc/manual.html tests/Makefile.am tests/manytcp-too-few-tls.sh
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 1eff279d..b1a93ab4 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -349,6 +349,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_ERR_HDFS_OPEN = -2179, /**< error during hdfsOpen (e.g. file does not exist) */
RS_RET_FILE_NOT_SPECIFIED = -2180, /**< file name not configured where this was required */
RS_RET_ERR_WRKDIR = -2181, /**< problems with the rsyslog working directory */
+ RS_RET_WRN_WRKDIR = -2182, /**< correctable problems with the rsyslog working directory */
RS_RET_INVLD_CONF_OBJ= -2200, /**< invalid config object (e.g. $Begin conf statement) */
RS_RET_ERR_LIBEE_INIT = -2201, /**< cannot obtain libee ctx */