diff options
author | Martin Sustrik <sustrik@fastmq.commkdir> | 2009-09-04 16:02:41 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@fastmq.commkdir> | 2009-09-04 16:02:41 +0200 |
commit | 4307baf7bcc71ca91da0175e79cdfbf6cc1ad770 (patch) | |
tree | e4d5e5b663e6e98d21e9aa7f7ff180bbbbb71593 /src/object.hpp | |
parent | 450b31c3b263ee6ceea27517a2a969d0c74bcd7e (diff) |
python binding functional
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. |