socket-util: Describe fd for Windows.
authorGurucharan Shetty <gshetty@nicira.com>
Wed, 19 Feb 2014 19:33:09 +0000 (11:33 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Fri, 21 Feb 2014 16:22:12 +0000 (08:22 -0800)
commit54a1cfb53616baeef103bd8e395768fc344b1cc6
tree11f97856732ee98a585d361950aa973684841996
parent9390ef7fd57c15e5dd3f63c85df47644d79fa01f
socket-util: Describe fd for Windows.

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 <lsun@vmware.com>
Signed-off-by: Linda Sun <lsun@vmware.com>
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/socket-util.c