summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-10-21 14:05:59 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-10-21 14:05:59 +0200
commit10947b3f4a762ff6f1c2687bc1b4a2f33d7b6510 (patch)
tree9403751ce742d28dd6878abff4236d327bf546f9 /runtime/rsyslog.h
parent5cf2c696680a90a23fabdd8761cdc7d0a3221e6a (diff)
downloadrsyslog-10947b3f4a762ff6f1c2687bc1b4a2f33d7b6510.tar.gz
rsyslog-10947b3f4a762ff6f1c2687bc1b4a2f33d7b6510.tar.xz
rsyslog-10947b3f4a762ff6f1c2687bc1b4a2f33d7b6510.zip
bugfix: missing whitespace after property-based filter was not detected
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 f14e0724..69b3c8d1 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -344,6 +344,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
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_OUTDATED_STMT = -2184, /**< some outdated statement/functionality is being used in conf file */
+ RS_RET_MISSING_WHITESPACE = -2185, /**< whitespace is missing in some config construct */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */