-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/33185/
-----------------------------------------------------------
Review request for qpid, Alan Conway and Ted Ross.
Bugs: DISPATCH-135
https://issues.apache.org/jira/browse/DISPATCH-135
Repository: qpid-dispatch
Description
-------
This patch removes the container's qd_delivery_t structure and moves it into
the router layer as qd_router_delivery_t.
This patch is minimal - I tried to limit it to renaming and moving code around.
Diffs
-----
trunk/include/qpid/dispatch/container.h 1673424
trunk/include/qpid/dispatch/message.h 1673424
trunk/include/qpid/dispatch/router.h 1673424
trunk/src/CMakeLists.txt 1673424
trunk/src/container.c 1673424
trunk/src/message.c 1673424
trunk/src/router_delivery.c PRE-CREATION
trunk/src/router_forwarders.c 1673424
trunk/src/router_node.c 1673424
trunk/src/router_private.h 1673424
trunk/src/waypoint.c 1673424
Diff: https://reviews.apache.org/r/33185/diff/
Testing
-------
All unit tests pass.
Thanks,
Kenneth Giusti