Skip to content

Commit 90e0cea

Browse files
committed
Merge pull request #67 from polachok/netlink
Netlink constants
2 parents 453add4 + 5d86064 commit 90e0cea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/unix/notbsd/linux/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -339,3 +339,5 @@ cfg_if! {
339339
pub use self::other::*;
340340
}
341341
}
342+
343+
pub const AF_NETLINK: ::c_int = 16;

0 commit comments

Comments
 (0)