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
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-
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
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