]> Cypherpunks repositories - gostls13.git/commit
internal/poll: remove msg field from Windows' poll.operation
authorqmuntal <quimmuntal@gmail.com>
Wed, 2 Jul 2025 12:55:04 +0000 (14:55 +0200)
committerQuim Muntal <quimmuntal@gmail.com>
Mon, 28 Jul 2025 18:52:21 +0000 (11:52 -0700)
commit098426447182a216991923d5bf95cdd3ae836e2c
tree9fabc7acd08d560236041112f65ec9c5ef7c769b
parentd7b411434671501b5f3c936782c440695941be36
internal/poll: remove msg field from Windows' poll.operation

There is no need to keep the msg field in the poll.operation struct.

This skims down the size of os.File by 112 bytes.

Change-Id: I5c7b1f3989f9bb5f1748df2cba8128d9c479b35d
Reviewed-on: https://go-review.googlesource.com/c/go/+/685418
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
Reviewed-by: Mark Freeman <mark@golang.org>
src/internal/poll/fd_windows.go