ted-ross commented on a change in pull request #502: DISPATCH-1326 - Handling 
of anonymous messages sent to edge routers. …
URL: https://github.com/apache/qpid-dispatch/pull/502#discussion_r281822473
 
 

 ##########
 File path: include/qpid/dispatch/router_core.h
 ##########
 @@ -678,6 +680,8 @@ typedef uint64_t (*qdr_link_deliver_t)   (void *context, 
qdr_link_t *link, qdr_d
 typedef void (*qdr_delivery_update_t)    (void *context, qdr_delivery_t *dlv, 
uint64_t disp, bool settled);
 typedef void (*qdr_connection_close_t)   (void *context, qdr_connection_t 
*conn, qdr_error_t *error);
 
+typedef qdr_address_t * (*qdr_edge_conn_addr_t) (void *context);
 
 Review comment:
   Why is this in the interface to the router_core?  What component external to 
the router_core will ever use this?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to