summaryrefslogtreecommitdiffstats
path: root/stream.h
diff options
context:
space:
mode:
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 */