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

@@ -44,6 +44,7 @@ namespace zmq
// i_engine interface implementation.
void plug (class io_thread_t *io_thread_, struct i_inout *inout_);
void unplug ();
void terminate ();
void activate_in ();
void activate_out ();