summaryrefslogtreecommitdiff
path: root/src/session.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/session.hpp')
-rw-r--r--src/session.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/session.hpp b/src/session.hpp
index ba5bcdd..46699cf 100644
--- a/src/session.hpp
+++ b/src/session.hpp
@@ -58,7 +58,7 @@ namespace zmq
// Handlers for incoming commands.
void process_plug ();
void process_unplug ();
- void process_attach (class zmq_engine_t *engine_);
+ void process_attach (struct i_engine *engine_);
// Inbound pipe, i.e. one the session is getting messages from.
class reader_t *in_pipe;
@@ -69,7 +69,7 @@ namespace zmq
// Outbound pipe, i.e. one the socket is sending messages to.
class writer_t *out_pipe;
- class zmq_engine_t *engine;
+ struct i_engine *engine;
// The name of the session. One that is used to register it with
// socket-level repository of sessions.