Re: [ovs-dev] [PATCH 13/14] socket-util: Describe fd for Windows.

2014-02-20 Thread Ben Pfaff
On Wed, Feb 19, 2014 at 03:36:24PM -0800, Gurucharan Shetty wrote: > In windows there is no clear way to distinguish between a > socket fd and a file fd. > > We use the function, describe_fd() mostly for debugging. > For now, return a generic statement. > > Co-authored-by: Linda Sun > Signed-off

[ovs-dev] [PATCH 13/14] socket-util: Describe fd for Windows.

2014-02-19 Thread Gurucharan Shetty
In windows there is no clear way to distinguish between a socket fd and a file fd. We use the function, describe_fd() mostly for debugging. For now, return a generic statement. Co-authored-by: Linda Sun Signed-off-by: Linda Sun Signed-off-by: Gurucharan Shetty --- lib/socket-util.c |4 +++