summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-06-15 12:20:12 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-06-15 12:20:12 +0200
commit41d8672524b93aaf7b7835336ac9b92428b90fed (patch)
treee24d93da0c0b3d61490ddede5fdba7fb2e31f29b /runtime/rsyslog.h
parent28af40670e9dc1a85a24dfcbb093ddc1171e151f (diff)
downloadrsyslog-41d8672524b93aaf7b7835336ac9b92428b90fed.tar.gz
rsyslog-41d8672524b93aaf7b7835336ac9b92428b90fed.tar.xz
rsyslog-41d8672524b93aaf7b7835336ac9b92428b90fed.zip
bugfix/improvement:$WorkDirectory now gracefully handles trailing slashes
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 d63dbe4f..52b29ac4 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -342,6 +342,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 */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */