diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-01-26 12:03:50 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-01-26 12:03:50 +0100 |
commit | 62e00d7a1c1d0301d50e7a28cb84563d61410ecd (patch) | |
tree | c7496b89e62eabe3fb376c0b1c9ea8f015f0afec /runtime/stream.h | |
parent | ad58b9c8fbc6159a361d40d97decddb95758c0a7 (diff) | |
parent | 939852b1cdfaed376342a3a0aa4b0fb7c14f55c5 (diff) | |
download | rsyslog-62e00d7a1c1d0301d50e7a28cb84563d61410ecd.tar.gz rsyslog-62e00d7a1c1d0301d50e7a28cb84563d61410ecd.tar.xz rsyslog-62e00d7a1c1d0301d50e7a28cb84563d61410ecd.zip |
Merge branch 'v4-beta' into tmp
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 64ffb6e1..89175b0f 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! */ |