[ovs-git] Open vSwitch: ofproto: Rename ofproto-sflow.[ch] to ofproto-dpif-sflow.[ch]. (master)

dev at openvswitch.org dev at openvswitch.org
Thu Jun 16 00:17:21 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  bae473fea5404a5afd205c70689778386045ebab (commit)
      from  4b3b481c9e8134b49dddba3ffbe1dd62f9ad16df (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 bae473fea5404a5afd205c70689778386045ebab
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=bae473fea5404a5afd205c70689778386045ebab
Author: Justin Pettit <jpettit at nicira.com>
		
ofproto: Rename ofproto-sflow.[ch] to ofproto-dpif-sflow.[ch].
		
The name ofproto-sflow.[ch] implies that this code would work with any
ofproto implementation, but in fact it is specific to the ofproto_dpif
implementation.  Rename it to avoid confusion.


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

Summary of changes:
 ofproto/automake.mk                               |    4 +-
 ofproto/{ofproto-sflow.c => ofproto-dpif-sflow.c} |  268 ++++++++++-----------
 ofproto/ofproto-dpif-sflow.h                      |   46 ++++
 ofproto/ofproto-dpif.c                            |   32 ++--
 ofproto/ofproto-sflow.h                           |   46 ----
 5 files changed, 196 insertions(+), 200 deletions(-)
 rename ofproto/{ofproto-sflow.c => ofproto-dpif-sflow.c} (66%)
 create mode 100644 ofproto/ofproto-dpif-sflow.h
 delete mode 100644 ofproto/ofproto-sflow.h


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list