We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
structs.HostLayout
Go 1.23 has a new structs.HostLayout thing to explicitly mark that a struct relies on a C-like field layout: https://pkg.go.dev/[email protected]#HostLayout
No
We should add _ structs.HostLayout on all Linux ABI structs, and probably add a test that all structs in the ABI package have this annotation.
_ structs.HostLayout
We should do the same for nvproxy structs.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Go 1.23 has a new
structs.HostLayout
thing to explicitly mark that a struct relies on a C-like field layout: https://pkg.go.dev/[email protected]#HostLayoutIs this feature related to a specific bug?
No
Do you have a specific solution in mind?
We should add
_ structs.HostLayout
on all Linux ABI structs, and probably add a test that all structs in the ABI package have this annotation.We should do the same for nvproxy structs.
The text was updated successfully, but these errors were encountered: