[ovs-git] Open vSwitch: ofp-print: __attribute__ format in visual studio. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Mar 12 16:21:09 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  7b3b5a5d5bdf87bfff9430b615bbc95ed9b6f1a8 (commit)
       via  7273a0e19f4a55d72e59884489129627103bbb99 (commit)
       via  daa04db864882c1b0a479a4b292134ad3286b965 (commit)
      from  6d56c1f19fe9facea0eabc4a39ad01cfc8d7971d (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 7b3b5a5d5bdf87bfff9430b615bbc95ed9b6f1a8
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=7b3b5a5d5bdf87bfff9430b615bbc95ed9b6f1a8
Author: Gurucharan Shetty <gshetty at nicira.com>
		
ofp-print: __attribute__ format in visual studio.
		
Visual studio does not understand __attribute__ format.

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


commit 7273a0e19f4a55d72e59884489129627103bbb99
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=7273a0e19f4a55d72e59884489129627103bbb99
Author: Gurucharan Shetty <gshetty at nicira.com>
		
uuid: Use current time to compute sha.
		
Windows does not have the getppid(), getuid(), getgid() functions.
We do get a random seed from CryptGenRandom(). That seed along with
process id and current time hopefully is good enough.

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


commit daa04db864882c1b0a479a4b292134ad3286b965
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=daa04db864882c1b0a479a4b292134ad3286b965
Author: Gurucharan Shetty <gshetty at nicira.com>
		
ovsdb-server: Truncate file for Windows.
		
There is no ftruncate() in visual studio. There is a _chsize_s()
which has a similar functionality.

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


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

Summary of changes:
 include/windows/windefs.h |    1 +
 lib/ofp-print.c           |    2 +-
 lib/util.c                |   12 ++++++++++++
 lib/util.h                |    1 +
 lib/uuid.c                |   24 +++++++++++++-----------
 5 files changed, 28 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list