From 8a861afefac51ab495e5ba7946fe4fd986f0dd3c Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 10 Jan 2008 09:25:00 +0000 Subject: data record support added to stream output writer --- stream.h | 1 + 1 file changed, 1 insertion(+) (limited to 'stream.h') 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 */ -- cgit