[ovs-git] Open vSwitch: stream: Call WSAStartup() before calling any winsock functions. (master)

dev at openvswitch.org dev at openvswitch.org
Tue Mar 18 20:20:04 UTC 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  26e1fdc46c820354fe1345cb0c56b6fb77b04492 (commit)
      from  fc48c3ba3085648ecf4d6c6b0863930bba47728d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 26e1fdc46c820354fe1345cb0c56b6fb77b04492
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=26e1fdc46c820354fe1345cb0c56b6fb77b04492
Author: Gurucharan Shetty <gshetty at nicira.com>
		
stream: Call WSAStartup() before calling any winsock functions.
		
The WSAStartup function initiates use of the Winsock DLL by a process.
The function should be called before any winsock related functions
are called.

Since, we use stream-fd-windows through pstream_open or stream_open
add the WSAStartup() call there.

The current version of the Windows Sockets specification is version 2.2

Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 lib/stream.c |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list