Skip to content

Commit 4befbea

Browse files
logging
1 parent 629a3b9 commit 4befbea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/src/test_intrusive_rx.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2025,6 +2025,9 @@ static void on_collision(udpard_rx_t* const rx, udpard_rx_subscription_t* const
20252025

20262026
static void on_ack_mandate(udpard_rx_t* const rx, udpard_rx_subscription_t* const sub, const udpard_rx_ack_mandate_t am)
20272027
{
2028+
printf("on_ack_mandate: transfer_id=%llu payload_head_size=%zu\n",
2029+
(unsigned long long)am.transfer_id,
2030+
am.payload_head.size);
20282031
callback_result_t* const cb_result = (callback_result_t* const)rx->user;
20292032
cb_result->rx = rx;
20302033
cb_result->sub = sub;

0 commit comments

Comments
 (0)