[ovs-dev] [PATCH 02/16] socket-util-windows: Make WSAStartup available outside stream.c.

Ben Pfaff blp at nicira.com
Mon Jun 9 22:01:26 UTC 2014


On Mon, Jun 09, 2014 at 02:58:40PM -0700, Ben Pfaff wrote:
> On Fri, May 30, 2014 at 12:06:10PM -0700, Gurucharan Shetty wrote:
> > There are a couple of upcoming users.
> > 
> > Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>
> 
> Acked-by: Ben Pfaff <blp at nicira.com>

Should we call WSAStartup() from an OVS_CONSTRUCTOR()?

(We might have to put that in something that always gets linked,
though, like util.c, because I think that the linker will still
discard socket-util-windows.obj if nothing actually calls into it.)



More information about the dev mailing list