summaryrefslogtreecommitdiff
path: root/src/socket_base.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket_base.hpp')
-rw-r--r--src/socket_base.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/socket_base.hpp b/src/socket_base.hpp
index 1b70299..3d95cec 100644
--- a/src/socket_base.hpp
+++ b/src/socket_base.hpp
@@ -141,6 +141,9 @@ namespace zmq
// Number of messages received since last command processing.
int ticks;
+ // If true there's a half-read message in the socket.
+ bool rcvmore;
+
// Application thread the socket lives in.
class app_thread_t *app_thread;