You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2019/05/07 20:45:19 UTC

[GitHub] [qpid-dispatch] ted-ross commented on a change in pull request #502: DISPATCH-1326 - Handling of anonymous messages sent to edge routers. …

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org