summaryrefslogtreecommitdiff
path: root/boost/thread/concurrent_queues/queue_op_status.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/thread/concurrent_queues/queue_op_status.hpp')
-rw-r--r--boost/thread/concurrent_queues/queue_op_status.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/thread/concurrent_queues/queue_op_status.hpp b/boost/thread/concurrent_queues/queue_op_status.hpp
index 3a8f0d994d..197650d052 100644
--- a/boost/thread/concurrent_queues/queue_op_status.hpp
+++ b/boost/thread/concurrent_queues/queue_op_status.hpp
@@ -22,7 +22,7 @@ namespace concurrent
{
BOOST_SCOPED_ENUM_DECLARE_BEGIN(queue_op_status)
- { success = 0, empty, full, closed, busy }
+ { success = 0, empty, full, closed, busy, timeout, not_ready }
BOOST_SCOPED_ENUM_DECLARE_END(queue_op_status)
struct sync_queue_is_closed : std::exception