We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b074f commit 96c14f4Copy full SHA for 96c14f4
tests/s3_data_plane_tests.c
@@ -2325,7 +2325,7 @@ static int s_test_s3_put_object_buffer_pool_trim(struct aws_allocator *allocator
2325
ASSERT_SUCCESS(aws_s3_tester_send_meta_request_with_options(&tester, &put_options, NULL));
2326
2327
struct aws_s3_default_buffer_pool_usage_stats usage_before =
2328
- aws_s3_default_buffer_pool_get_usage((struct aws_s3_default_buffer_pool *)client->buffer_pool->impl);
+ aws_s3_default_buffer_pool_get_usage(client->buffer_pool);
2329
2330
ASSERT_TRUE(0 != usage_before.primary_num_blocks);
2331
0 commit comments