summaryrefslogtreecommitdiffstats
path: root/runtime/stream.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-03-10 09:52:49 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-03-10 09:52:49 +0100
commit6c43f93022caa3feaa7b4fa3d88ca31746fd94cf (patch)
treef443af410fbc1bde7d2e2bc80cd401495b788bb9 /runtime/stream.h
parent5996414f04118dec4f1dcc12c88ee8c68f6e89ad (diff)
downloadrsyslog-6c43f93022caa3feaa7b4fa3d88ca31746fd94cf.tar.gz
rsyslog-6c43f93022caa3feaa7b4fa3d88ca31746fd94cf.tar.xz
rsyslog-6c43f93022caa3feaa7b4fa3d88ca31746fd94cf.zip
fixed regression introduced with previous commit
disk queue mode did no longer work correctly. A side-effect of this commit here is slightly cleaned-up (and more elegant) code for circular files.
Diffstat (limited to 'runtime/stream.h')
-rw-r--r--runtime/stream.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/stream.h b/runtime/stream.h
index 89175b0f..369d5a0f 100644
--- a/runtime/stream.h
+++ b/runtime/stream.h
@@ -119,7 +119,6 @@ typedef struct strm_s {
size_t iBufPtr; /* pointer into current buffer */
int iUngetC; /* char set via UngetChar() call or -1 if none set */
bool bInRecord; /* if 1, indicates that we are currently writing a not-yet complete record */
- bool bInClose; /* used to break "deadly close loops", tells us we are already inside a close */
int iZipLevel; /* zip level (0..9). If 0, zip is completely disabled */
Bytef *pZipBuf;
/* support for async flush procesing */