From 2bd1e283527bae01d61b85682a7e8ecc778997a8 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 18 Jan 2008 16:01:07 +0000 Subject: - created an in-depth description of DA assisted queue mode - snapshot of new thread coding - DA mode still does not work, but need to save --- queue.h | 1 + 1 file changed, 1 insertion(+) (limited to 'queue.h') diff --git a/queue.h b/queue.h index c7e2db21..20e08147 100644 --- a/queue.h +++ b/queue.h @@ -88,6 +88,7 @@ typedef struct queue_s { int bEnqOnly; /* does queue run in enqueue-only mode (1) or not (0)? */ int bSaveOnShutdown;/* persists everthing on shutdown (if DA!)? 1-yes, 0-no */ int bQueueStarted; /* has queueStart() been called on this queue? 1-yes, 0-no */ + int bQueueInDestruction;/* 1 if queue is in destruction process, 0 otherwise */ int iQueueSize; /* Current number of elements in the queue */ int iMaxQueueSize; /* how large can the queue grow? */ int iNumWorkerThreads;/* number of worker threads to use */ -- cgit