diff options
Diffstat (limited to 'qpid/extras/dispatch/src/dispatch_private.h')
| -rw-r--r-- | qpid/extras/dispatch/src/dispatch_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/extras/dispatch/src/dispatch_private.h b/qpid/extras/dispatch/src/dispatch_private.h index 699e3a2be4..ef93441776 100644 --- a/qpid/extras/dispatch/src/dispatch_private.h +++ b/qpid/extras/dispatch/src/dispatch_private.h @@ -20,6 +20,7 @@ */ #include "server_private.h" +#include "config_private.h" typedef struct dx_container_t dx_container_t; typedef struct dx_router_t dx_router_t; @@ -30,6 +31,7 @@ struct dx_dispatch_t { dx_container_t *container; dx_router_t *router; dx_agent_t *agent; + dx_config_t *config; }; #endif |
