Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix windows
  • Loading branch information
graebm committed Oct 21, 2022
commit a642c5d24e320970081c3d5c1361ab5712a45935
1 change: 0 additions & 1 deletion source/windows/iocp/iocp_event_loop.c
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,6 @@ static void aws_event_loop_thread(void *user_data) {
bool has_completion_entries = aws_event_loop_listen_for_io_events(
impl->iocp_handle, /* Completion port */
completion_packets, /* Out: completion port entries */
MAX_COMPLETION_PACKETS_PER_LOOP, /* max number of entries to remove */
&num_entries, /* Out: number of entries removed */
timeout_ms); /* Timeout in ms. If timeout reached then FALSE is returned. */

Expand Down