ganeshmurthy commented on a change in pull request #1027:
URL: https://github.com/apache/qpid-dispatch/pull/1027#discussion_r574622069
##########
File path: src/message.c
##########
@@ -2891,3 +2911,21 @@ int qd_message_stream_data_append(qd_message_t *message,
qd_buffer_list_t *data)
qd_compose_free(field);
return rc;
}
+
+
+void qd_message_set_Q2_unblocked_handler(qd_message_t *msg,
+ qd_message_Q2_unblocked_handler_t
callback,
+ const qd_alloc_safe_ptr_t *ptr)
Review comment:
Can we please please call the *ptr parameter as *sp or *safe_ptr like so
- const qd_alloc_safe_ptr_t *safe_ptr OR const qd_alloc_safe_ptr_t *sp
----------------------------------------------------------------
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]