summaryrefslogtreecommitdiff
path: root/src/xreq.hpp
diff options
context:
space:
mode:
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&);
};