diff options
Diffstat (limited to 'src/session.hpp')
-rw-r--r-- | src/session.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/session.hpp b/src/session.hpp index 64900f2..72e1d59 100644 --- a/src/session.hpp +++ b/src/session.hpp @@ -41,7 +41,10 @@ namespace zmq bool read (::zmq_msg_t *msg_); bool write (::zmq_msg_t *msg_); void flush (); - void detach (); + void detach (owned_t *reconnecter_); + class io_thread_t *get_io_thread (); + class socket_base_t *get_owner (); + const char *get_session_name (); // i_endpoint interface implementation. void attach_pipes (class reader_t *inpipe_, class writer_t *outpipe_); |