summaryrefslogtreecommitdiff
path: root/src/ctx.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctx.hpp')
-rw-r--r--src/ctx.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctx.hpp b/src/ctx.hpp
index cb9a2d9..c44cca6 100644
--- a/src/ctx.hpp
+++ b/src/ctx.hpp
@@ -58,7 +58,7 @@ namespace zmq
class socket_base_t *create_socket (int type_);
// Make socket a zombie.
- void zombify (socket_base_t *socket_);
+ void zombify_socket (socket_base_t *socket_);
// Send command to the destination slot.
void send_command (uint32_t slot_, const command_t &command_);