Skip to content

Commit cd6a285

Browse files
Alexander Polakovroot
authored andcommitted
Netlink constants
1 parent 8531cc1 commit cd6a285

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/unix/notbsd/linux/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,3 +339,6 @@ cfg_if! {
339339
pub use self::other::*;
340340
}
341341
}
342+
343+
pub const AF_NETLINK: ::c_int = 16;
344+
pub const SOL_NETLINK: ::c_int = 270;

0 commit comments

Comments
 (0)