Netlink constants

This commit is contained in:
Alexander Polakov 2015-11-21 01:00:02 +03:00 committed by root
parent 8531cc11e1
commit 69ca9e9598

View File

@ -339,3 +339,5 @@ cfg_if! {
pub use self::other::*;
}
}
pub const AF_NETLINK: ::c_int = 16;