mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-07 14:37:36 +01:00
engine leak fixed; pgm compilation fixed
This commit is contained in:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user