summaryrefslogtreecommitdiff
path: root/qpid/extras/dispatch/src/dispatch.c
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2013-07-08 21:43:48 +0000
committerTed Ross <tross@apache.org>2013-07-08 21:43:48 +0000
commit344fd5a1565f4088b9099bd74c95b836b0bbffab (patch)
tree3f3fcfb66844d720688a86bb5f365267b444eb2f /qpid/extras/dispatch/src/dispatch.c
parenta0bb0a54b3d375ca6456e865350ecc8b27f07a42 (diff)
downloadqpid-python-344fd5a1565f4088b9099bd74c95b836b0bbffab.tar.gz
QPID-4968 - Added an IO adapter for python modules to send and receive messages
QPID-4967 - Integrated the python router into the main program - Updated the log module: added the full complement of severity levels - Added stub versions of the dispatch python adapters so the python components can be tested in a standalone environment. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1500977 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/extras/dispatch/src/dispatch.c')
-rw-r--r--qpid/extras/dispatch/src/dispatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/extras/dispatch/src/dispatch.c b/qpid/extras/dispatch/src/dispatch.c
index 27c988818b..86398bb946 100644
--- a/qpid/extras/dispatch/src/dispatch.c
+++ b/qpid/extras/dispatch/src/dispatch.c
@@ -61,7 +61,7 @@ dx_dispatch_t *dx_dispatch(const char *config_path)
DEQ_INIT(dx->config_listeners);
DEQ_INIT(dx->config_connectors);
- dx_python_initialize();
+ dx_python_initialize(dx);
dx_log_initialize();
dx_alloc_initialize();