diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-12 12:18:17 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-12 12:18:17 +0200 |
commit | 21dafea3ee98d16a8fe93d0d5228939dc259aea7 (patch) | |
tree | b05cb9cc395669751652461322e7560ec65f3c71 /runtime/rsyslog.h | |
parent | e3d9843c85b1dfddabc937ac6ccb4057d626bf03 (diff) | |
download | rsyslog-21dafea3ee98d16a8fe93d0d5228939dc259aea7.tar.gz rsyslog-21dafea3ee98d16a8fe93d0d5228939dc259aea7.tar.xz rsyslog-21dafea3ee98d16a8fe93d0d5228939dc259aea7.zip |
implemented $OMFileFlushOnTXEnd directive
plus some cleanup...
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r-- | runtime/rsyslog.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h index 28f7bce9..9421ca67 100644 --- a/runtime/rsyslog.h +++ b/runtime/rsyslog.h @@ -125,14 +125,6 @@ typedef enum { FIOP_EREREGEX = 5 /* matches a ERE regular expression? */ } fiop_t; -/* file types (omfile & stream) */ -typedef enum { - eTypeFILE, - eTypeTTY, - eTypeCONSOLE, - eTypePIPE -} filetype_t; - #ifndef _PATH_CONSOLE #define _PATH_CONSOLE "/dev/console" |