summaryrefslogtreecommitdiff
path: root/src/socket_base.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket_base.hpp')
-rw-r--r--src/socket_base.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/socket_base.hpp b/src/socket_base.hpp
index f76dc4c..785967e 100644
--- a/src/socket_base.hpp
+++ b/src/socket_base.hpp
@@ -85,8 +85,8 @@ namespace zmq
void terminated (class writer_t *pipe_);
// This function should be called only on zombie sockets. It tries
- // to deallocate the zombie. Returns true if zombie is finally dead.
- bool dezombify ();
+ // to deallocate the zombie.
+ void dezombify ();
protected: