@@ -215,6 +215,7 @@ void test_topic_with_p2p_response()
215215 res = instrumented_allocator_make_resource (&a_tx_alloc_payload);
216216 }
217217 const udpard_rx_mem_resources_t a_rx_mem{ .session = instrumented_allocator_make_resource (&a_rx_alloc_session),
218+ .slot = instrumented_allocator_make_resource (&a_rx_alloc_session),
218219 .fragment = instrumented_allocator_make_resource (&a_rx_alloc_frag) };
219220
220221 udpard_tx_mem_resources_t b_tx_mem{};
@@ -223,6 +224,7 @@ void test_topic_with_p2p_response()
223224 res = instrumented_allocator_make_resource (&b_tx_alloc_payload);
224225 }
225226 const udpard_rx_mem_resources_t b_rx_mem{ .session = instrumented_allocator_make_resource (&b_rx_alloc_session),
227+ .slot = instrumented_allocator_make_resource (&b_rx_alloc_session),
226228 .fragment = instrumented_allocator_make_resource (&b_rx_alloc_frag) };
227229
228230 // ================================================================================================================
@@ -497,6 +499,7 @@ void test_topic_with_p2p_response_under_loss()
497499 res = instrumented_allocator_make_resource (&a_tx_alloc_payload);
498500 }
499501 const udpard_rx_mem_resources_t a_rx_mem{ .session = instrumented_allocator_make_resource (&a_rx_alloc_session),
502+ .slot = instrumented_allocator_make_resource (&a_rx_alloc_session),
500503 .fragment = instrumented_allocator_make_resource (&a_rx_alloc_frag) };
501504
502505 udpard_tx_mem_resources_t b_tx_mem{};
@@ -505,6 +508,7 @@ void test_topic_with_p2p_response_under_loss()
505508 res = instrumented_allocator_make_resource (&b_tx_alloc_payload);
506509 }
507510 const udpard_rx_mem_resources_t b_rx_mem{ .session = instrumented_allocator_make_resource (&b_rx_alloc_session),
511+ .slot = instrumented_allocator_make_resource (&b_rx_alloc_session),
508512 .fragment = instrumented_allocator_make_resource (&b_rx_alloc_frag) };
509513
510514 // ================================================================================================================
0 commit comments