summaryrefslogtreecommitdiffstats
path: root/runtime/stream.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-01-15 17:03:51 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-01-15 17:03:51 +0100
commit9901996b5ba444e58e168397f126c81e6a8ea673 (patch)
tree3bba2b56577a9a9f149d797bf176d599fff12adb /runtime/stream.h
parentb7ea09361c7618b1a1c8a7f0b9d0b7f2b1414884 (diff)
parent5b4e06fc28ef217e9ca26611e11afd974bdd1a4a (diff)
downloadrsyslog-9901996b5ba444e58e168397f126c81e6a8ea673.tar.gz
rsyslog-9901996b5ba444e58e168397f126c81e6a8ea673.tar.xz
rsyslog-9901996b5ba444e58e168397f126c81e6a8ea673.zip
Merge branch 'v4-beta' into beta
Conflicts: ChangeLog
Diffstat (limited to 'runtime/stream.h')
-rw-r--r--runtime/stream.h3
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! */