summaryrefslogtreecommitdiffstats
path: root/runtime/queue.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-10-27 10:44:55 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-10-27 10:44:55 +0100
commit386b7cd2f2ae6f9ac8e0b9c8b49934398c159ea4 (patch)
treec94f00b1a8ec49ef78c0d8985b11d370d3272930 /runtime/queue.h
parent796b01036db027077b19b8c183d51bcd93c3948d (diff)
downloadrsyslog-386b7cd2f2ae6f9ac8e0b9c8b49934398c159ea4.tar.gz
rsyslog-386b7cd2f2ae6f9ac8e0b9c8b49934398c159ea4.tar.xz
rsyslog-386b7cd2f2ae6f9ac8e0b9c8b49934398c159ea4.zip
removed no longer needed flag variable
Diffstat (limited to 'runtime/queue.h')
-rw-r--r--runtime/queue.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/queue.h b/runtime/queue.h
index 3b5d7038..26c57a50 100644
--- a/runtime/queue.h
+++ b/runtime/queue.h
@@ -138,7 +138,6 @@ typedef struct queue_s {
qDeqID deqIDAdd; /* next dequeue ID to use during add to queue store */
qDeqID deqIDDel; /* queue store delete position */
int bIsDA; /* is this queue disk assisted? */
- int bRunsDA; /* is this queue actually *running* disk assisted? */
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 */