kgiusti commented on a change in pull request #751:
URL: https://github.com/apache/qpid-dispatch/pull/751#discussion_r445081560



##########
File path: src/router_core/delivery.c
##########
@@ -25,7 +25,7 @@ ALLOC_DEFINE(qdr_delivery_t);
 
 static void qdr_update_delivery_CT(qdr_core_t *core, qdr_action_t *action, 
bool discard);
 static void qdr_delete_delivery_CT(qdr_core_t *core, qdr_action_t *action, 
bool discard);
-static void qdr_deliver_continue_CT(qdr_core_t *core, qdr_action_t *action, 
bool discard);
+static void qdr_delivery_continue_CT(qdr_core_t *core, qdr_action_t *action, 
bool discard);

Review comment:
       You've just saved me man hours spent correcting my use of "grep" to find 
all qdr_delivery* methods!




----------------------------------------------------------------
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]



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

Reply via email to