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

Gurucharan Shetty shettyg at nicira.com
Tue Jun 10 18:02:04 UTC 2014


On Mon, Jun 9, 2014 at 3:01 PM, Ben Pfaff <blp at nicira.com> wrote:
> 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.)
That is a nice idea. I will add it in v2.



More information about the dev mailing list