summaryrefslogtreecommitdiff
path: root/src/session.hpp
diff options
context:
space:
mode:
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 b79fb4b..4a0882b 100644
--- a/src/session.hpp
+++ b/src/session.hpp
@@ -48,6 +48,7 @@ namespace zmq
bool read (::zmq_msg_t *msg_);
bool write (::zmq_msg_t *msg_);
void flush ();
+ void detach ();
// i_endpoint interface implementation.
void revive (class reader_t *pipe_);