diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-28 11:35:33 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-28 11:35:33 +0000 |
commit | 94bfc28855393a1a688aa5fdc3339b9e2139e10a (patch) | |
tree | d253acc9e48aa6193046920c8d08401289197e96 /queue.h | |
parent | ba94662f209ccf17798d706eb4dc5df19360c7e1 (diff) | |
download | rsyslog-94bfc28855393a1a688aa5fdc3339b9e2139e10a.tar.gz rsyslog-94bfc28855393a1a688aa5fdc3339b9e2139e10a.tar.xz rsyslog-94bfc28855393a1a688aa5fdc3339b9e2139e10a.zip |
cleanup to prepare for release
Diffstat (limited to 'queue.h')
-rw-r--r-- | queue.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -107,7 +107,6 @@ typedef struct queue_s { size_t iMaxFileSize; /* max size for a single queue file */ int bIsDA; /* is this queue disk assisted? */ int bRunsDA; /* is this queue actually *running* disk assisted? */ - pthread_mutex_t mutDA; /* mutex for low water mark algo */ struct queue_s *pqDA; /* queue for disk-assisted modes */ struct queue_s *pqParent;/* pointer to the parent (if this is a child queue) */ int bDAEnqOnly; /* EnqOnly setting for DA queue */ |