[ovs-dev] [port-renumbering 4/8] ofproto: Fix alphabetical order in list of structs.

Ben Pfaff blp at nicira.com
Wed Dec 11 07:20:00 UTC 2013


Signed-off-by: Ben Pfaff <blp at nicira.com>
---
 ofproto/ofproto.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h
index d734eab..6197278 100644
--- a/ofproto/ofproto.h
+++ b/ofproto/ofproto.h
@@ -36,12 +36,12 @@ struct bfd_cfg;
 struct cfm_settings;
 struct cls_rule;
 struct netdev;
-struct ofproto;
+struct netdev_stats;
 struct ofport;
+struct ofproto;
 struct shash;
 struct simap;
 struct smap;
-struct netdev_stats;
 
 struct ofproto_controller_info {
     bool is_connected;
-- 
1.7.10.4




More information about the dev mailing list