summaryrefslogtreecommitdiffstats
path: root/runtime/queue.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-11-07 12:25:46 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-11-07 12:25:46 +0100
commit248e6bf819312e6ab43df0e46269080a8518a2f9 (patch)
treede96a878ad6972303dd8851b972ef48efdf83615 /runtime/queue.h
parent48c712ce7eed7e378be7be83e5d39c5e849fb126 (diff)
downloadrsyslog-248e6bf819312e6ab43df0e46269080a8518a2f9.tar.gz
rsyslog-248e6bf819312e6ab43df0e46269080a8518a2f9.tar.bz2
rsyslog-248e6bf819312e6ab43df0e46269080a8518a2f9.zip
cleanup no longer needed code
Diffstat (limited to 'runtime/queue.h')
-rw-r--r--runtime/queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queue.h b/runtime/queue.h
index 844523ad..1918e502 100644
--- a/runtime/queue.h
+++ b/runtime/queue.h
@@ -122,7 +122,7 @@ struct queue_s {
/* synchronization variables */
pthread_mutex_t mutThrdMgmt; /* mutex for the queue's thread management */
pthread_mutex_t *mut; /* mutex for enqueing and dequeueing messages */
- pthread_cond_t notFull, notEmpty;
+ pthread_cond_t notFull;
pthread_cond_t belowFullDlyWtrMrk; /* below eFLOWCTL_FULL_DELAY watermark */
pthread_cond_t belowLightDlyWtrMrk; /* below eFLOWCTL_FULL_DELAY watermark */
int bThrdStateChanged; /* at least one thread state has changed if 1 */