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
All platform specific API calls should be via the cxplat library rather than as usersim thunks.
For example: https://github.com/microsoft/ebpf-for-windows/blob/e7cae1d72ba57370c8e5cbc13940dd7c7e563eb5/libs/runtime/ebpf_platform.c#L55C1-L61C1 https://github.com/microsoft/ebpf-for-windows/blob/e7cae1d72ba57370c8e5cbc13940dd7c7e563eb5/libs/runtime/ebpf_platform.c#L84C1-L95C1 https://github.com/microsoft/ebpf-for-windows/blob/e7cae1d72ba57370c8e5cbc13940dd7c7e563eb5/libs/runtime/ebpf_platform.c#L145C1-L149C2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
All platform specific API calls should be via the cxplat library rather than as usersim thunks.
For example:
https://github.com/microsoft/ebpf-for-windows/blob/e7cae1d72ba57370c8e5cbc13940dd7c7e563eb5/libs/runtime/ebpf_platform.c#L55C1-L61C1
https://github.com/microsoft/ebpf-for-windows/blob/e7cae1d72ba57370c8e5cbc13940dd7c7e563eb5/libs/runtime/ebpf_platform.c#L84C1-L95C1
https://github.com/microsoft/ebpf-for-windows/blob/e7cae1d72ba57370c8e5cbc13940dd7c7e563eb5/libs/runtime/ebpf_platform.c#L145C1-L149C2
The text was updated successfully, but these errors were encountered: