mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-18 19:48:47 +02:00
Rename engine's methods to improve code readability
This commit is contained in:
@@ -243,7 +243,7 @@ void zmq::session_base_t::read_activated (pipe_t *pipe_)
|
||||
}
|
||||
|
||||
if (likely (pipe_ == pipe))
|
||||
engine->activate_out ();
|
||||
engine->restart_output ();
|
||||
else
|
||||
engine->zap_msg_available ();
|
||||
}
|
||||
@@ -257,7 +257,7 @@ void zmq::session_base_t::write_activated (pipe_t *pipe_)
|
||||
}
|
||||
|
||||
if (engine)
|
||||
engine->activate_in ();
|
||||
engine->restart_input ();
|
||||
}
|
||||
|
||||
void zmq::session_base_t::hiccuped (pipe_t *)
|
||||
|
Reference in New Issue
Block a user