From 84e0c7991a9b316ed571533abc628cc1175750a3 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sun, 2 May 2010 20:59:07 +0200 Subject: queue device fixed --- src/xreq.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/xreq.hpp') diff --git a/src/xreq.hpp b/src/xreq.hpp index 8ee0bb9..25a97f1 100644 --- a/src/xreq.hpp +++ b/src/xreq.hpp @@ -55,6 +55,9 @@ namespace zmq fq_t fq; lb_t lb; + // If true, curently sent message is being dropped. + bool dropping; + xreq_t (const xreq_t&); void operator = (const xreq_t&); }; -- cgit v1.2.3