summaryrefslogtreecommitdiffstats
path: root/stream.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-10 09:25:00 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-10 09:25:00 +0000
commit8a861afefac51ab495e5ba7946fe4fd986f0dd3c (patch)
tree700f398351f1a7568f10411ef3c7a9ee96dcc1fa /stream.h
parent79040541b70e95f0f00add4c9cafa08e9c411d79 (diff)
downloadrsyslog-8a861afefac51ab495e5ba7946fe4fd986f0dd3c.tar.gz
rsyslog-8a861afefac51ab495e5ba7946fe4fd986f0dd3c.tar.xz
rsyslog-8a861afefac51ab495e5ba7946fe4fd986f0dd3c.zip
data record support added to stream output writer
Diffstat (limited to 'stream.h')
-rw-r--r--stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream.h b/stream.h
index 2bb38e99..89d27b54 100644
--- a/stream.h
+++ b/stream.h
@@ -83,6 +83,7 @@ typedef struct strm_s {
int bDeleteOnClose; /* set to 1 to auto-delete on close -- be careful with that setting! */
int iMaxFiles; /* maximum number of files if a circular mode is in use */
int iFileNumDigits;/* min number of digits to use in file number (only in circular mode) */
+ int bInRecord; /* if 1, indicates that we are currently writing a not-yet complete record */
} strm_t;
/* prototypes */