From d8430f4b9a43bf8c99854298edc9f1bc35c0e8ec Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Fri, 12 Feb 2010 20:03:02 +0100 Subject: Multi-hop REQ/REP, part IV., add command deallocation mechanism --- src/command.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/command.hpp') diff --git a/src/command.hpp b/src/command.hpp index 469d6ec..976285e 100644 --- a/src/command.hpp +++ b/src/command.hpp @@ -107,6 +107,9 @@ namespace zmq } args; }; + // Function to deallocate dynamically allocated components of the command. + void deallocate_command (command_t *cmd_); + } #endif -- cgit v1.2.3