summaryrefslogtreecommitdiff
path: root/src/object.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-08-12 08:16:18 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-08-25 15:39:20 +0200
commit936dbf956b0f1471a96fc06bcba67765257dbc4a (patch)
treeb23704ec1d4d6f8c6c94e55919fcfcc1d0f26d6a /src/object.hpp
parent76bd6e73c335dbebd8bd30565f83a810058f2cc8 (diff)
dezombification procedure fixed
Diffstat (limited to 'src/object.hpp')
-rw-r--r--src/object.hpp3
1 files changed, 3 insertions, 0 deletions
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 ();