summaryrefslogtreecommitdiff
path: root/qpid/extras/dispatch/include/qpid/dispatch/router.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/extras/dispatch/include/qpid/dispatch/router.h')
-rw-r--r--qpid/extras/dispatch/include/qpid/dispatch/router.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/extras/dispatch/include/qpid/dispatch/router.h b/qpid/extras/dispatch/include/qpid/dispatch/router.h
index c900d93615..1dadc8d119 100644
--- a/qpid/extras/dispatch/include/qpid/dispatch/router.h
+++ b/qpid/extras/dispatch/include/qpid/dispatch/router.h
@@ -27,7 +27,7 @@
typedef struct dx_address_t dx_address_t;
-typedef void (*dx_router_message_cb)(void *context, dx_message_t *msg);
+typedef void (*dx_router_message_cb)(void *context, dx_message_t *msg, int link_id);
const char *dx_router_id(const dx_dispatch_t *dx);