summaryrefslogtreecommitdiff
path: root/src/lb.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lb.hpp')
-rw-r--r--src/lb.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lb.hpp b/src/lb.hpp
index 5bddc1e..79f83c5 100644
--- a/src/lb.hpp
+++ b/src/lb.hpp
@@ -53,6 +53,9 @@ namespace zmq
// Points to the last pipe that the most recent message was sent to.
pipes_t::size_type current;
+ // True if last we are in the middle of a multipart message.
+ bool tbc;
+
lb_t (const lb_t&);
void operator = (const lb_t&);
};