summaryrefslogtreecommitdiff
path: root/src/zmq_connecter_init.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-08-27 16:24:21 +0200
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-08-27 16:24:21 +0200
commit2dd501651592baa7f9e49f52e1321ae2b9b4e126 (patch)
treefe5d221061004894eb259304fcdbd4f8092de99d /src/zmq_connecter_init.hpp
parent67194267f89d63391288600f127205a2b7a8a5ae (diff)
multiple bugs fixed
Diffstat (limited to 'src/zmq_connecter_init.hpp')
-rw-r--r--src/zmq_connecter_init.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zmq_connecter_init.hpp b/src/zmq_connecter_init.hpp
index 79ea9e2..3f42fc6 100644
--- a/src/zmq_connecter_init.hpp
+++ b/src/zmq_connecter_init.hpp
@@ -49,6 +49,7 @@ namespace zmq
bool read (::zmq_msg_t *msg_);
bool write (::zmq_msg_t *msg_);
void flush ();
+ void detach ();
// Handlers for incoming commands.
void process_plug ();