Re: [ovs-dev] [PATCH v2 1/7] util: Make WSAStartup available outside stream.c.

2014-06-24 Thread Ben Pfaff
That's fine. Thanks! On Jun 24, 2014 9:24 AM, "Gurucharan Shetty" wrote: > On Mon, Jun 23, 2014 at 10:52 AM, Ben Pfaff wrote: > > On Fri, Jun 13, 2014 at 07:40:00AM -0700, Gurucharan Shetty wrote: > >> WSAStartup() needs to be called before using winsock2 related > >> functions. We need this for

Re: [ovs-dev] [PATCH v2 1/7] util: Make WSAStartup available outside stream.c.

2014-06-24 Thread Gurucharan Shetty
On Mon, Jun 23, 2014 at 10:52 AM, Ben Pfaff wrote: > On Fri, Jun 13, 2014 at 07:40:00AM -0700, Gurucharan Shetty wrote: >> WSAStartup() needs to be called before using winsock2 related >> functions. We need this for almost all the utilities. So call >> it through OVS_CONSTRUCTOR. >> >> Signed-off-

Re: [ovs-dev] [PATCH v2 1/7] util: Make WSAStartup available outside stream.c.

2014-06-23 Thread Ben Pfaff
On Fri, Jun 13, 2014 at 07:40:00AM -0700, Gurucharan Shetty wrote: > WSAStartup() needs to be called before using winsock2 related > functions. We need this for almost all the utilities. So call > it through OVS_CONSTRUCTOR. > > Signed-off-by: Gurucharan Shetty Did you make sure that VLOG_FATAL

[ovs-dev] [PATCH v2 1/7] util: Make WSAStartup available outside stream.c.

2014-06-13 Thread Gurucharan Shetty
WSAStartup() needs to be called before using winsock2 related functions. We need this for almost all the utilities. So call it through OVS_CONSTRUCTOR. Signed-off-by: Gurucharan Shetty --- lib/stream.c | 29 - lib/util.c | 11 +++ 2 files changed, 11 ins