Add ZMQ_ROUTER_NOTIFY draft socket option (#3213)

* Add ZMQ_ROUTER_NOTIFY draft socket option
This commit is contained in:
Szekely Gyorgy
2018-08-15 09:54:08 +02:00
committed by Luca Boccassi
parent 4738bed5b6
commit 2cdad3d0ce
13 changed files with 445 additions and 3 deletions

View File

@@ -60,6 +60,7 @@ class session_base_t : public own_t, public io_object_t, public i_pipe_events
// Following functions are the interface exposed towards the engine.
virtual void reset ();
void flush ();
void rollback ();
void engine_error (zmq::stream_engine_t::error_reason_t reason_);
// i_pipe_events interface implementation.