engine leak fixed; pgm compilation fixed

This commit is contained in:
Martin Sustrik
2010-08-14 08:37:38 +02:00
parent 45f83d78a5
commit 43e34d0281
10 changed files with 48 additions and 26 deletions

View File

@@ -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 ();