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.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/socket_base.hpp b/src/socket_base.hpp
index c766bda..79a8340 100644
--- a/src/socket_base.hpp
+++ b/src/socket_base.hpp
@@ -117,6 +117,7 @@ namespace zmq
void process_bind (class reader_t *in_pipe_, class writer_t *out_pipe_);
void process_term_req (class owned_t *object_);
void process_term_ack ();
+ void process_seqnum ();
// List of all I/O objects owned by this socket. The socket is
// responsible for deallocating them before it quits.