From 69ca9e95983b3f234c6592b8103d6aef5b0b4c41 Mon Sep 17 00:00:00 2001 From: Alexander Polakov Date: Sat, 21 Nov 2015 01:00:02 +0300 Subject: [PATCH] Netlink constants --- src/unix/notbsd/linux/mod.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/unix/notbsd/linux/mod.rs b/src/unix/notbsd/linux/mod.rs index b961ca68ba2dd..e584353977a8c 100644 --- a/src/unix/notbsd/linux/mod.rs +++ b/src/unix/notbsd/linux/mod.rs @@ -339,3 +339,5 @@ cfg_if! { pub use self::other::*; } } + +pub const AF_NETLINK: ::c_int = 16;