summaryrefslogtreecommitdiff
path: root/src/lb.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lb.hpp')
-rw-r--r--src/lb.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lb.hpp b/src/lb.hpp
index 79f83c5..526a727 100644
--- a/src/lb.hpp
+++ b/src/lb.hpp
@@ -54,7 +54,7 @@ namespace zmq
pipes_t::size_type current;
// True if last we are in the middle of a multipart message.
- bool tbc;
+ bool more;
lb_t (const lb_t&);
void operator = (const lb_t&);