pub unsafe extern "C" fn seccomp_set_priority(
ctx: scmp_filter_attr,
syscall: c_int,
priority: u8,
) -> c_intExpand description
Set the priority of a syscall.
pub unsafe extern "C" fn seccomp_set_priority(
ctx: scmp_filter_attr,
syscall: c_int,
priority: u8,
) -> c_intSet the priority of a syscall.