[ovs-git] Open vSwitch: Avoid possibly including an old vswitch-idl.h. (master)

dev at openvswitch.org dev at openvswitch.org
Tue Mar 27 23:34:36 UTC 2012


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  eaa67ba8d5863be1503506cefa234fa0830f8c90 (commit)
      from  7c808e39518f563ff03d6d01323cb05b17312568 (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 eaa67ba8d5863be1503506cefa234fa0830f8c90
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=eaa67ba8d5863be1503506cefa234fa0830f8c90
Author: Ben Pfaff <blp at nicira.com>
		
Avoid possibly including an old vswitch-idl.h.
		
Codes that uses #include "vswitch-idl.h" can get an older version of this
header, because this header file moved from vswitchd/ to lib/ and the
older generated file might still be present.

This helps out two ways:

     * "make clean" will delete the generated files from their old
       locations.

     * Use #include "lib/vswitch-idl.h" to explicitly avoid including the
       files from their old locations.

Reported-by: Justin Pettit <jpettit at nicira.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 utilities/ovs-vsctl.c   |    2 +-
 vswitchd/automake.mk    |    4 ++++
 vswitchd/bridge.c       |    2 +-
 vswitchd/ovs-vswitchd.c |    2 +-
 4 files changed, 7 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list