diff options
Diffstat (limited to 'src/object.hpp')
-rw-r--r-- | src/object.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object.hpp b/src/object.hpp index 250e856..2e41507 100644 --- a/src/object.hpp +++ b/src/object.hpp @@ -40,6 +40,7 @@ namespace zmq ~object_t (); int get_thread_slot (); + dispatcher_t *get_dispatcher (); void process_command (struct command_t &cmd_); // Allow pipe to access corresponding dispatcher functions. |