summaryrefslogtreecommitdiff
path: root/src/session.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-08-11 17:06:49 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-08-25 15:39:20 +0200
commit76bd6e73c335dbebd8bd30565f83a810058f2cc8 (patch)
treeb3db6f4bbecfe796fb53b4ab968aaf06349817ba /src/session.hpp
parentd13933bc62fce71b5a58118020e0dd3776e79aa9 (diff)
engine termination on disconnect fixed
Diffstat (limited to 'src/session.hpp')
-rw-r--r--src/session.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/session.hpp b/src/session.hpp
index ba259dc..e009a90 100644
--- a/src/session.hpp
+++ b/src/session.hpp
@@ -46,6 +46,7 @@ namespace zmq
bool read (::zmq_msg_t *msg_);
bool write (::zmq_msg_t *msg_);
void flush ();
+ void detach ();
void attach_pipes (class reader_t *inpipe_, class writer_t *outpipe_,
const blob_t &peer_identity_);