summaryrefslogtreecommitdiff
path: root/src/rep.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rep.hpp')
-rw-r--r--src/rep.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rep.hpp b/src/rep.hpp
index 3ec2b53..aef4318 100644
--- a/src/rep.hpp
+++ b/src/rep.hpp
@@ -70,7 +70,7 @@ namespace zmq
// True, if message processed at the moment (either sent or received)
// is processed only partially.
- bool tbc;
+ bool more;
// Pipe we are going to send reply to.
class writer_t *reply_pipe;