Skip to content
New issue

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

Validate ntco::IoRing structures against kernel definitions, when possible #66

Open
mattrm456 opened this issue Aug 17, 2023 · 0 comments

Comments

@mattrm456
Copy link
Contributor

Support for io_uring was added in #24. For a variety of reasons, that implementation does not use the Linux kernel's definitions of io_uring structures, but re-declares them so that the ntco_ioring component is buildable on any Linux kernel version.

When possible, perform compile-time assertions that our reclaration of io_uring structures match the Linux kernels definitions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant