summaryrefslogtreecommitdiffstats
path: root/runtime/stream.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-03-10 09:58:46 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-03-10 09:58:46 +0100
commitee8bf6d6873b79a5b1ed5a2aae08adf0d4827ff3 (patch)
treefe7fe9aa579d90e58c270aa7d7d2294cd30d01ef /runtime/stream.h
parent8833612e7516694e89148eb3dc1c88f5ea954d16 (diff)
parent6c43f93022caa3feaa7b4fa3d88ca31746fd94cf (diff)
downloadrsyslog-ee8bf6d6873b79a5b1ed5a2aae08adf0d4827ff3.tar.gz
rsyslog-ee8bf6d6873b79a5b1ed5a2aae08adf0d4827ff3.tar.bz2
rsyslog-ee8bf6d6873b79a5b1ed5a2aae08adf0d4827ff3.zip
Merge branch 'v4-stable' into v4-stable-next
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 */