Skip to content

Commit 1c06431

Browse files
committed
basic support IOCP Operator
1 parent ad9c02b commit 1c06431

File tree

1 file changed

+4
-4
lines changed
  • core/src/net/operator/windows

1 file changed

+4
-4
lines changed

core/src/net/operator/windows/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ mod tests;
3232
pub(crate) struct Overlapped {
3333
/// The base [`OVERLAPPED`].
3434
#[educe(Debug(ignore))]
35-
pub base: OVERLAPPED,
36-
pub from_fd: SOCKET,
35+
base: OVERLAPPED,
36+
from_fd: SOCKET,
3737
pub token: usize,
38-
pub syscall_name: SyscallName,
39-
pub socket: SOCKET,
38+
syscall_name: SyscallName,
39+
socket: SOCKET,
4040
pub result: c_longlong,
4141
}
4242

0 commit comments

Comments
 (0)