netlink: Expose method to get Netlink pid of a socket.
authorJesse Gross <jesse@nicira.com>
Fri, 16 Sep 2011 16:37:16 +0000 (09:37 -0700)
committerJesse Gross <jesse@nicira.com>
Fri, 23 Sep 2011 22:27:48 +0000 (15:27 -0700)
commit50802adb0e00bbf381c31b9e32a7a6a3e920e7ac
tree145983c796004574908cf60f91c60b51c5ce1f7e
parente60a5e26371a7079a9ffcc57d2f96b8ee9de7da9
netlink: Expose method to get Netlink pid of a socket.

In the future, the kernel will use unicast messages instead of
multicast to send upcalls.  As a result, we need to be able to
tell it where to direct the traffic.  This adds a function to expose
the Netlink pid of a socket so it can be included in messages to the
kernel.
lib/netlink-socket.c
lib/netlink-socket.h