We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e475751 commit 629afd2Copy full SHA for 629afd2
tests/test_connection_manager.c
@@ -99,11 +99,11 @@ static void s_cm_tester_on_cm_shutdown_complete(void *user_data) {
99
100
static struct aws_event_loop *s_new_event_loop(
101
struct aws_allocator *alloc,
102
- aws_io_clock_fn *clock,
+ const struct aws_event_loop_options *options,
103
void *new_loop_user_data) {
104
(void)new_loop_user_data;
105
106
- return aws_event_loop_new_default(alloc, clock);
+ return aws_event_loop_new_default(alloc, options->clock);
107
}
108
109
static int s_cm_tester_init(struct cm_tester_options *options) {
0 commit comments