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
sockaddr_vm
svm_flags
sockaddr_vm is currently missing the svm_flags field. See https://lkml.org/lkml/2020/12/11/249
The structure is defined at
libc/src/unix/linux_like/linux/mod.rs
Lines 507 to 513 in b4686c6
See also rust-vsock/vsock-rs#29
The text was updated successfully, but these errors were encountered:
Auto merge of #3478 - devnexen:sockaddr_vm_upd, r=JohnTitor
b55a097
linux's sockaddr_vm update for kernel >= 5.11. close #3460
0d8671c
linux's sockaddr_vm update for kernel >= 5.11.
4779ad5
close rust-lang#3460
Successfully merging a pull request may close this issue.
sockaddr_vm
is currently missing thesvm_flags
field. See https://lkml.org/lkml/2020/12/11/249The structure is defined at
libc/src/unix/linux_like/linux/mod.rs
Lines 507 to 513 in b4686c6
See also rust-vsock/vsock-rs#29
The text was updated successfully, but these errors were encountered: