Skip to content

Commit

Permalink
fixup: correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kgiusti committed Mar 22, 2024
1 parent 0ac5158 commit f11fca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/qpid/dispatch/cutthrough_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
/**
* Perform any needed cut-through notification upon the production or consumption of stream buffers
* either inbound (from outside of the router) or outbound (to outside of the router).
*
* @param msg - Pointer to a stream
*
* @param activation - activation record taken from the message (see message.c)
*/
void cutthrough_notify_buffers_produced_inbound(const qd_message_activation_t *activation);
void cutthrough_notify_buffers_consumed_outbound(const qd_message_activation_t *activation);
Expand Down

0 comments on commit f11fca9

Please sign in to comment.