summaryrefslogtreecommitdiffstats
path: root/runtime/typedefs.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-09-27 10:03:12 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-09-27 10:03:12 +0200
commit2ce900aea233b9f8b0447658f2dc3565c3103e78 (patch)
treec71b7cce47166418ac439c530831df48bfd10c56 /runtime/typedefs.h
parent71664616132a47c2b951d72432031283ba040f79 (diff)
downloadrsyslog-2ce900aea233b9f8b0447658f2dc3565c3103e78.tar.gz
rsyslog-2ce900aea233b9f8b0447658f2dc3565c3103e78.tar.xz
rsyslog-2ce900aea233b9f8b0447658f2dc3565c3103e78.zip
bugfix: config errors did not always cause statement to fail
This could lead to startup with invalid parameters.
Diffstat (limited to 'runtime/typedefs.h')
-rw-r--r--runtime/typedefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/typedefs.h b/runtime/typedefs.h
index f994cbc4..4e7f1622 100644
--- a/runtime/typedefs.h
+++ b/runtime/typedefs.h
@@ -154,6 +154,8 @@ typedef enum cslCmdHdlrType {
eCmdHdlrBinary,
eCmdHdlrFileCreateMode,
eCmdHdlrInt,
+ eCmdHdlrNonNegInt,
+ eCmdHdlrPositiveInt,
eCmdHdlrSize,
eCmdHdlrGetChar,
eCmdHdlrFacility,