rust/sys: update bindgen SIGMATCH_ constants

Part of
Ticket #8551
pull/15486/head
Juliana Fajardini 1 month ago committed by Victor Julien
parent 6e71ff3013
commit 372cb8c692

@ -22,6 +22,8 @@ pub const SIGMATCH_INFO_UINT64: u32 = 131072;
pub const SIGMATCH_INFO_MULTI_UINT: u32 = 262144;
pub const SIGMATCH_INFO_ENUM_UINT: u32 = 524288;
pub const SIGMATCH_INFO_BITFLAGS_UINT: u32 = 1048576;
pub const SIGMATCH_BAN_FIREWALL_RULE: u32 = 2097152;
pub const SIGMATCH_BAN_FIREWALL_MODE: u32 = 4194304;
pub type __intmax_t = ::std::os::raw::c_long;
pub type intmax_t = __intmax_t;
#[repr(u32)]

Loading…
Cancel
Save