[ovs-git] Open vSwitch: windows/sys: Define sa_family_t for easy compilation. (master)

dev at openvswitch.org dev at openvswitch.org
Thu Mar 13 21:34:32 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  1d7c9c6573827505da9b574507e69e7a69069cab (commit)
       via  c2f9ec40ec58b5e98597aba8ced62704d3f8422b (commit)
       via  40a9237d2bac80c8cbfcdccffa2bc72173e08d98 (commit)
       via  d9d404aecc0bc5df44b302f8e0e2316926ec81f4 (commit)
       via  03f234dcb8e59c3c25bde14a20a967ea4ee82710 (commit)
      from  8917f72cbb04fb32dc29f93475bcd2de3011d442 (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 1d7c9c6573827505da9b574507e69e7a69069cab
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=1d7c9c6573827505da9b574507e69e7a69069cab
Author: Gurucharan Shetty <gshetty at nicira.com>
		
windows/sys: Define sa_family_t for easy compilation.
		
Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>


commit c2f9ec40ec58b5e98597aba8ced62704d3f8422b
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=c2f9ec40ec58b5e98597aba8ced62704d3f8422b
Author: Gurucharan Shetty <gshetty at nicira.com>
		
windefs: Add definition for pid_t.
		
Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>


commit 40a9237d2bac80c8cbfcdccffa2bc72173e08d98
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=40a9237d2bac80c8cbfcdccffa2bc72173e08d98
Author: Gurucharan Shetty <gshetty at nicira.com>
		
ovs-thread: We don't use fork in Windows.
		
Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


commit d9d404aecc0bc5df44b302f8e0e2316926ec81f4
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=d9d404aecc0bc5df44b302f8e0e2316926ec81f4
Author: Gurucharan Shetty <gshetty at nicira.com>
		
windows/net: Definition for IFNAMSIZ.
		
Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


commit 03f234dcb8e59c3c25bde14a20a967ea4ee82710
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=03f234dcb8e59c3c25bde14a20a967ea4ee82710
Author: Gurucharan Shetty <gshetty at nicira.com>
		
windows/netinet: Copy ip6.h and icmp6.h from netbsd.
		
There are a few structure definitions that is used from
these headers. So copy them from the netbsd repo.

The following changes have been made on top of it:
* The keyword "__packed" has been removed
from the headers as the corresponding Linux headers don't
do packing.
* #if BYTE_ORDER == 'X' macros have been replaced by CONSTANT_HTONx().
* code inside #ifdef _KERNEL has been deleted.
* code inside #ifdef ICMP6_STRINGS has been deleted.

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


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

Summary of changes:
 COPYING                         |    4 +
 debian/copyright.in             |    7 +
 include/windows/net/if.h        |   24 ++
 include/windows/netinet/icmp6.h |  606 +++++++++++++++++++++++++++++++++++++++
 include/windows/netinet/ip6.h   |  235 +++++++++++++++
 include/windows/sys/socket.h    |   22 ++
 include/windows/windefs.h       |    2 +
 lib/netdev-vport.h              |    4 +
 lib/ovs-thread.c                |    2 +
 lib/ovs-thread.h                |    2 +
 10 files changed, 908 insertions(+)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list