summaryrefslogtreecommitdiffstats
path: root/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream.h')
-rw-r--r--stream.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/stream.h b/stream.h
index 423ab492..53bcc41e 100644
--- a/stream.h
+++ b/stream.h
@@ -49,8 +49,9 @@
/* stream types */
typedef enum {
- STREAMTYPE_FILE_SINGLE = 0,
- STREAMTYPE_FILE_CIRCULAR = 1
+ STREAMTYPE_FILE_SINGLE = 0, /**< read a single file */
+ STREAMTYPE_FILE_CIRCULAR = 1, /**< circular files */
+ STREAMTYPE_FILE_MONITOR = 2 /**< monitor a (third-party) file */
} strmType_t;
typedef enum {