summaryrefslogtreecommitdiffstats
path: root/winsup/cygserver/threaded_queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygserver/threaded_queue.h')
-rw-r--r--winsup/cygserver/threaded_queue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygserver/threaded_queue.h b/winsup/cygserver/threaded_queue.h
index 8a8543058..44819d2fb 100644
--- a/winsup/cygserver/threaded_queue.h
+++ b/winsup/cygserver/threaded_queue.h
@@ -49,6 +49,7 @@ public:
private:
LONG _workers_count;
+ LONG _workers_busy;
bool _running;
queue_submission_loop *_submitters_head;