summaryrefslogtreecommitdiff
path: root/src/req.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/req.hpp')
-rw-r--r--src/req.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/req.hpp b/src/req.hpp
index 93dc745..5ab7bca 100644
--- a/src/req.hpp
+++ b/src/req.hpp
@@ -79,7 +79,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 awaiting the reply from.
class reader_t *reply_pipe;