Skip to content

Commit

Permalink
rename windows creation
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Nov 25, 2024
1 parent 182757f commit 02afc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/windows/iocp/iocp_event_loop.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ struct aws_event_loop_vtable s_iocp_vtable = {
.free_io_event_resources = s_free_io_event_resources,
};

struct aws_event_loop *aws_event_loop_new_with_iocp_with_options(
struct aws_event_loop *aws_event_loop_new_with_iocp(
struct aws_allocator *alloc,
const struct aws_event_loop_options *options) {
AWS_ASSERT(alloc);
Expand Down

0 comments on commit 02afc29

Please sign in to comment.