[ovs-git] Open vSwitch: Windows implementation of stream-fd. (master)

dev at openvswitch.org dev at openvswitch.org
Tue Feb 25 21:49:41 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  6500157f9f6c741249c5297b3d1913298dc57dca (commit)
      from  3f142f59f2859ef5c2bc124405ab4d683d3f416b (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 6500157f9f6c741249c5297b3d1913298dc57dca
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=6500157f9f6c741249c5297b3d1913298dc57dca
Author: Linda Sun <lsun at vmware.com>
		
Windows implementation of stream-fd.
		
Use send/recv for socket stream instead of read/write.
Use event handle for polling on socket stream.
Check windows specific return code.

Signed-off-by: Linda Sun <lsun at vmware.com>
Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>


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

Summary of changes:
 lib/automake.mk                          |    7 +--
 lib/{latch.c => latch-unix.c}            |    0
 lib/{stream-fd.c => stream-fd-unix.c}    |    0
 lib/{stream-fd.c => stream-fd-windows.c} |   74 ++++++++++++++++--------------
 lib/stream-fd.h                          |    3 ++
 lib/stream.c                             |    4 +-
 6 files changed, 49 insertions(+), 39 deletions(-)
 rename lib/{latch.c => latch-unix.c} (100%)
 copy lib/{stream-fd.c => stream-fd-unix.c} (100%)
 rename lib/{stream-fd.c => stream-fd-windows.c} (84%)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list