Let Futex import base-class ctors
[folly.git] / folly / concurrency / DynamicBoundedQueue.h
index e6634b8df8e494fee7eea6f9755c6880abcea29c..18ff4928935627bdc64b28fd5bacfc68a7841a59 100644 (file)
@@ -330,7 +330,8 @@ class DynamicBoundedQueue {
         capacity_(capacity + threshold(capacity)), // capacity slack
         credit_(0),
         threshold_(threshold(capacity)),
-        transfer_(0) {}
+        transfer_(0),
+        waiting_(0) {}
 
   /** destructor */
   ~DynamicBoundedQueue() {}