diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-09-07 08:56:43 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-09-07 08:56:43 +0000 |
commit | 5b9f98ee20a245cd5245717b168d7428c6bdad31 (patch) | |
tree | 88b90809b1f9dd3e5dc4ad4eae925e6eed8b1d03 /cfsysline.h | |
parent | 62db9e53bd64b3c4ebd381e0d30c84e891aa9e00 (diff) | |
download | rsyslog-5b9f98ee20a245cd5245717b168d7428c6bdad31.tar.gz rsyslog-5b9f98ee20a245cd5245717b168d7428c6bdad31.tar.xz rsyslog-5b9f98ee20a245cd5245717b168d7428c6bdad31.zip |
- added eCmdHdlrGetWord command handler
- added $ModDir config directive
Diffstat (limited to 'cfsysline.h')
-rw-r--r-- | cfsysline.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cfsysline.h b/cfsysline.h index 2bca31e1..607ac40e 100644 --- a/cfsysline.h +++ b/cfsysline.h @@ -34,7 +34,8 @@ typedef enum cslCmdHdlrType { eCmdHdlrBinary, eCmdHdlrFileCreateMode, eCmdHdlrInt, - eCmdHdlrGetChar + eCmdHdlrGetChar, + eCmdHdlrGetWord } ecslCmdHdrlType; /* this is a single entry for a parse routine. It describes exactly |