Skip to content

Missing support for sockaddr_vm's svm_flags #3460

@james-callahan

Description

@james-callahan

sockaddr_vm is currently missing the svm_flags field. See https://lkml.org/lkml/2020/12/11/249

The structure is defined at

pub struct sockaddr_vm {
pub svm_family: ::sa_family_t,
pub svm_reserved1: ::c_ushort,
pub svm_port: ::c_uint,
pub svm_cid: ::c_uint,
pub svm_zero: [u8; 4]
}

See also rust-vsock/vsock-rs#29

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions