X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fnetlink-socket.h;h=d789f4123b27a87d518e3f82f794c6405a75eaa2;hb=be07be4dcba9faa181b195cdda0d8ab3761e738d;hp=ff2485837f6046da56be75fbdf5330c47105aac2;hpb=50802adb0e00bbf381c31b9e32a7a6a3e920e7ac;p=openvswitch diff --git a/lib/netlink-socket.h b/lib/netlink-socket.h index ff248583..d789f412 100644 --- a/lib/netlink-socket.h +++ b/lib/netlink-socket.h @@ -59,6 +59,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); +short int nl_sock_woke(const struct nl_sock *); uint32_t nl_sock_pid(const struct nl_sock *);