diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-09-26 12:37:36 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-09-26 12:37:36 +0200 |
commit | 039e23df84ed435ebd674ff5bcad6098b5038664 (patch) | |
tree | 2dca921b91f4827cfda23e19a08e3841ace8c7d4 | |
parent | cc66561cc2e3428ef0261ad4aa951b23c7a0c1a0 (diff) | |
parent | 3b78f4c50ce24dcc5d85c1ea31396768b33e1e0c (diff) | |
download | rsyslog-039e23df84ed435ebd674ff5bcad6098b5038664.tar.gz rsyslog-039e23df84ed435ebd674ff5bcad6098b5038664.tar.bz2 rsyslog-039e23df84ed435ebd674ff5bcad6098b5038664.zip |
Merge branch 'v7-stable'
-rw-r--r-- | runtime/msg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/msg.h b/runtime/msg.h index e241f972..1d9e2c70 100644 --- a/runtime/msg.h +++ b/runtime/msg.h @@ -62,7 +62,6 @@ struct msg { once data has entered the queue, this property is no longer needed. */ pthread_mutex_t mut; int iRefCount; /* reference counter (0 = unused) */ - sbool bAlreadyFreed; /* aid to help detect a well-hidden bad bug -- TODO: remove when no longer needed */ sbool bParseSuccess; /* set to reflect state of last executed higher level parser */ short iSeverity; /* the severity 0..7 */ short iFacility; /* Facility code 0 .. 23*/ |