summaryrefslogtreecommitdiffstats
path: root/queue.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-03 15:01:35 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-03 15:01:35 +0000
commitd43c2a2382314b9f23e6ef2e3ad098bb663ce526 (patch)
treee47af272df3a170d52ef249df38b584bfc5021cf /queue.h
parentf7a15abfba79a9da1f125d48e75b3bb68ebe0e9e (diff)
downloadrsyslog-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/queue.h b/queue.h
index 730a5c50..b660c44f 100644
--- a/queue.h
+++ b/queue.h
@@ -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 {