X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fnetlink-socket.h;h=f2a5d3fa82051ae835e77381e8e2f216248381c4;hb=3e5b3fdbf52cee41142ed8e2bf5cab9f49146d97;hp=b6356b9e21275affc3c87815dc5793a957febbc1;hpb=3907401ce6c5a848797507fcd6bc97218d4847e2;p=openvswitch diff --git a/lib/netlink-socket.h b/lib/netlink-socket.h index b6356b9e..f2a5d3fa 100644 --- a/lib/netlink-socket.h +++ b/lib/netlink-socket.h @@ -60,6 +60,7 @@ int nl_sock_transact(struct nl_sock *, const struct ofpbuf *request, int nl_sock_drain(struct nl_sock *); void nl_sock_wait(const struct nl_sock *, short int events); +int nl_sock_fd(const struct nl_sock *); uint32_t nl_sock_pid(const struct nl_sock *);