From 936dbf956b0f1471a96fc06bcba67765257dbc4a Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 12 Aug 2010 08:16:18 +0200 Subject: dezombification procedure fixed --- src/object.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/object.hpp') diff --git a/src/object.hpp b/src/object.hpp index e083ce3..f146b25 100644 --- a/src/object.hpp +++ b/src/object.hpp @@ -55,6 +55,9 @@ namespace zmq // the context. void zombify_socket (class socket_base_t *socket_); + // Dezombify particular socket, i.e. destroy it. + void dezombify_socket (class socket_base_t *socket_); + // Derived object can use these functions to send commands // to other objects. void send_stop (); -- cgit v1.2.3