Re: [ovs-dev] [PATCH] nl_sock_fd is not used under MSVC

2015-09-28 Thread Gurucharan Shetty
On Wed, Sep 23, 2015 at 10:45 AM, Alin Serdean wrote: > Ifdef out nl_sock_fd to make users aware it is not used. > > Signed-off-by: Alin Gabriel Serdean Applied, thanks. > --- > lib/netlink-socket.c | 7 ++- > lib/netlink-socket.h | 2 ++ > 2 files changed, 4 insertions(+), 5 deletions(-) >

[ovs-dev] [PATCH] nl_sock_fd is not used under MSVC

2015-09-23 Thread Alin Serdean
Ifdef out nl_sock_fd to make users aware it is not used. Signed-off-by: Alin Gabriel Serdean --- lib/netlink-socket.c | 7 ++- lib/netlink-socket.h | 2 ++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/lib/netlink-socket.c b/lib/netlink-socket.c index 42eb232..f30142f 100644