summaryrefslogtreecommitdiff
path: root/src/sub.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sub.hpp')
-rw-r--r--src/sub.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sub.hpp b/src/sub.hpp
index d630731..7b997c9 100644
--- a/src/sub.hpp
+++ b/src/sub.hpp
@@ -70,7 +70,7 @@ namespace zmq
// If true, part of a multipart message was already received, but
// there are following parts still waiting.
- bool tbc;
+ bool more;
sub_t (const sub_t&);
void operator = (const sub_t&);