summaryrefslogtreecommitdiff
path: root/src/xreq.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-05-02 20:59:07 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-05-02 20:59:07 +0200
commit84e0c7991a9b316ed571533abc628cc1175750a3 (patch)
tree73f6290a8c6633784296cc27d5e9fcbca3b075e6 /src/xreq.hpp
parent4a6bac1deaedb3c111c7e28b2933ed98367cb193 (diff)
queue device fixed
Diffstat (limited to 'src/xreq.hpp')
-rw-r--r--src/xreq.hpp3
1 files changed, 3 insertions, 0 deletions
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&);
};