X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fnetlink-socket.h;h=f2a5d3fa82051ae835e77381e8e2f216248381c4;hb=9c8e276ec3f4a3368ec1cb7f713543d46d8ad23a;hp=7e01acbfa19c97fc39845ff0e7ca2a2287733d10;hpb=cc75061af782bb7e99d40e3e00a8eb90b2cbbc51;p=openvswitch diff --git a/lib/netlink-socket.h b/lib/netlink-socket.h index 7e01acbf..f2a5d3fa 100644 --- a/lib/netlink-socket.h +++ b/lib/netlink-socket.h @@ -60,7 +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); -short int nl_sock_woke(const struct nl_sock *); +int nl_sock_fd(const struct nl_sock *); uint32_t nl_sock_pid(const struct nl_sock *);