From a801b6d8b37557ccfb53030dca22f89a3f99b59c Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 20 Aug 2009 11:32:23 +0200 Subject: couple of bugs in shutdown mechanism fixed --- src/zmq_init.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/zmq_init.hpp') diff --git a/src/zmq_init.hpp b/src/zmq_init.hpp index 2e0910a..5eb289e 100644 --- a/src/zmq_init.hpp +++ b/src/zmq_init.hpp @@ -44,7 +44,7 @@ namespace zmq // Set 'connected' to true if the connection was created by 'connect' // function. If it was accepted from a listening socket, set it to // false. - zmq_init_t (class io_thread_t *parent_, object_t *owner_, fd_t fd_, + zmq_init_t (class io_thread_t *parent_, socket_base_t *owner_, fd_t fd_, bool connected_, const options_t &options); ~zmq_init_t (); -- cgit v1.2.3