From 00cf3ceb8da8cb58b343cb75798a042588f09752 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sun, 11 Apr 2010 10:26:47 +0200 Subject: multi-part message functionality available via ZMQ_SNDMORE and ZMQ_RCVMORE --- src/socket_base.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/socket_base.hpp') 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; -- cgit v1.2.3