mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 12:18:04 +01:00
one more dezombification bug fixed
This commit is contained in:
@@ -147,11 +147,6 @@ void zmq::object_t::zombify_socket (socket_base_t *socket_)
|
||||
ctx->zombify_socket (socket_);
|
||||
}
|
||||
|
||||
void zmq::object_t::dezombify_socket (socket_base_t *socket_)
|
||||
{
|
||||
ctx->dezombify_socket (socket_);
|
||||
}
|
||||
|
||||
void zmq::object_t::send_stop ()
|
||||
{
|
||||
// 'stop' command goes always from administrative thread to
|
||||
|
||||
Reference in New Issue
Block a user