dezombification procedure fixed

This commit is contained in:
Martin Sustrik
2010-08-12 08:16:18 +02:00
parent 76bd6e73c3
commit 936dbf956b
7 changed files with 59 additions and 23 deletions

View File

@@ -147,6 +147,11 @@ 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