diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-10 09:25:00 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-10 09:25:00 +0000 |
commit | 8a861afefac51ab495e5ba7946fe4fd986f0dd3c (patch) | |
tree | 700f398351f1a7568f10411ef3c7a9ee96dcc1fa /stream.h | |
parent | 79040541b70e95f0f00add4c9cafa08e9c411d79 (diff) | |
download | rsyslog-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |