[ovs-git] Open vSwitch: datapath: Distinguish set_config() functions' names. (master)

dev at openvswitch.org dev at openvswitch.org
Thu Jan 6 21:18:37 UTC 2011


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  574f1fb57a75affcd3953dab6119b061d1eff67f (commit)
      from  ec842d37d5702357d04044d1d2c1b7b09852d63e (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 574f1fb57a75affcd3953dab6119b061d1eff67f
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=574f1fb57a75affcd3953dab6119b061d1eff67f
Author: Ben Pfaff <blp at nicira.com>
		
datapath: Distinguish set_config() functions' names.
		
Both tunnel.c and vport-patch.c have set_config() functions.  They are
static so this does not confuse the compiler, but it does (slightly)
confuse me from time to time, so this commit changes their names to
tnl_set_config() and patch_set_config(), respectively.

Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Jesse Gross <jesse at nicira.com>


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

Summary of changes:
 datapath/tunnel.c      |   12 ++++++------
 datapath/vport-patch.c |    8 ++++----
 2 files changed, 10 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list