summaryrefslogtreecommitdiff
path: root/src/pgm_receiver.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-08-14 08:37:38 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-08-25 15:39:20 +0200
commit43e34d028115c43577713c0c3e1f0c33b0aac94a (patch)
tree05f1831e132a40a7f4a58d65b948786bee1571f1 /src/pgm_receiver.hpp
parent45f83d78a56f4b3a812c87fec03a75558445b2ab (diff)
engine leak fixed; pgm compilation fixed
Diffstat (limited to 'src/pgm_receiver.hpp')
-rw-r--r--src/pgm_receiver.hpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/pgm_receiver.hpp b/src/pgm_receiver.hpp
index 1b367bf..7215324 100644
--- a/src/pgm_receiver.hpp
+++ b/src/pgm_receiver.hpp
@@ -51,10 +51,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 ();