X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=lib%2Fnetlink-socket.h;h=992528b2e3adc6987ef26b8eafa4eb2bda1b6e0b;hb=9667de98d64e0f2ddcefb9fb3a650a38a30283b1;hp=7a63b71c22d1993e7607a30919ddd2384e6dce40;hpb=a2cf7524787d57c7a6b616f84ce033faf68df0aa;p=cascardo%2Fovs.git diff --git a/lib/netlink-socket.h b/lib/netlink-socket.h index 7a63b71c2..992528b2e 100644 --- a/lib/netlink-socket.h +++ b/lib/netlink-socket.h @@ -226,7 +226,9 @@ int nl_sock_recv(struct nl_sock *, struct ofpbuf *, bool wait); int nl_sock_drain(struct nl_sock *); void nl_sock_wait(const struct nl_sock *, short int events); +#ifndef _WIN32 int nl_sock_fd(const struct nl_sock *); +#endif uint32_t nl_sock_pid(const struct nl_sock *);