From 43e34d028115c43577713c0c3e1f0c33b0aac94a Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 14 Aug 2010 08:37:38 +0200 Subject: engine leak fixed; pgm compilation fixed --- src/pgm_sender.hpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/pgm_sender.hpp') diff --git a/src/pgm_sender.hpp b/src/pgm_sender.hpp index 23a53bc..a1ac329 100644 --- a/src/pgm_sender.hpp +++ b/src/pgm_sender.hpp @@ -49,10 +49,11 @@ namespace zmq int init (bool udp_encapsulation_, const char *network_); // i_engine interface implementation. - void plug (struct i_inout *inout_); + void plug (class io_thread_t *io_thread_, struct i_inout *inout_); void unplug (); - void revive (); - void resume_input (); + void terminate (); + void activate_in (); + void activate_out (); // i_poll_events interface implementation. void in_event (); -- cgit v1.2.3