diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-03 15:01:35 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-03 15:01:35 +0000 |
commit | d43c2a2382314b9f23e6ef2e3ad098bb663ce526 (patch) | |
tree | e47af272df3a170d52ef249df38b584bfc5021cf /queue.h | |
parent | f7a15abfba79a9da1f125d48e75b3bb68ebe0e9e (diff) | |
download | rsyslog-d43c2a2382314b9f23e6ef2e3ad098bb663ce526.tar.gz rsyslog-d43c2a2382314b9f23e6ef2e3ad098bb663ce526.tar.xz rsyslog-d43c2a2382314b9f23e6ef2e3ad098bb663ce526.zip |
simplified code and got rid of empty/full state variables
Diffstat (limited to 'queue.h')
-rw-r--r-- | queue.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -54,7 +54,6 @@ typedef struct queue_s { /* synchronization variables */ pthread_mutex_t *mut; pthread_cond_t *notFull, *notEmpty; - int full, empty; /* end sync variables */ union { /* different data elements based on queue type (qType) */ struct { |