Skip to content

Commit 629afd2

Browse files
authored
Elg api update for tests (#300)
1 parent e475751 commit 629afd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_connection_manager.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ static void s_cm_tester_on_cm_shutdown_complete(void *user_data) {
9999

100100
static struct aws_event_loop *s_new_event_loop(
101101
struct aws_allocator *alloc,
102-
aws_io_clock_fn *clock,
102+
const struct aws_event_loop_options *options,
103103
void *new_loop_user_data) {
104104
(void)new_loop_user_data;
105105

106-
return aws_event_loop_new_default(alloc, clock);
106+
return aws_event_loop_new_default(alloc, options->clock);
107107
}
108108

109109
static int s_cm_tester_init(struct cm_tester_options *options) {

0 commit comments

Comments
 (0)