diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-01-19 14:40:55 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-01-19 14:40:55 +0100 |
commit | b88c4885b4d2e7d6a4788c796a2f6c21eb0f43fc (patch) | |
tree | 00f466fb432952c722a42d84012861d15b938c25 /runtime/stream.h | |
parent | cc08b3b0586460e4f6ce24746b8bf09f33645203 (diff) | |
parent | 452fb9282d3c53ce2a7256adfc1948b10b5b532e (diff) | |
download | rsyslog-b88c4885b4d2e7d6a4788c796a2f6c21eb0f43fc.tar.gz rsyslog-b88c4885b4d2e7d6a4788c796a2f6c21eb0f43fc.tar.bz2 rsyslog-b88c4885b4d2e7d6a4788c796a2f6c21eb0f43fc.zip |
Merge branch 'beta'
Conflicts:
ChangeLog
Diffstat (limited to 'runtime/stream.h')
-rw-r--r-- | runtime/stream.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/stream.h b/runtime/stream.h index 9577d704..1dc92807 100644 --- a/runtime/stream.h +++ b/runtime/stream.h @@ -76,7 +76,8 @@ typedef enum { STREAMTYPE_FILE_SINGLE = 0, /**< read a single file */ STREAMTYPE_FILE_CIRCULAR = 1, /**< circular files */ - STREAMTYPE_FILE_MONITOR = 2 /**< monitor a (third-party) file */ + STREAMTYPE_FILE_MONITOR = 2, /**< monitor a (third-party) file */ + STREAMTYPE_NAMED_PIPE = 3 /**< file is a named pipe (so far, tested for output only) */ } strmType_t; typedef enum { /* when extending, do NOT change existing modes! */ |