From: Ben Pfaff Date: Mon, 9 Dec 2013 23:39:07 +0000 (-0800) Subject: ofproto: Fix alphabetical order in list of structs. X-Git-Tag: sliver-openvswitch-2.1.90-1~10^2~219 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=202a4b176e939574b643651dceef22097ce23780;p=sliver-openvswitch.git ofproto: Fix alphabetical order in list of structs. Signed-off-by: Ben Pfaff Acked-by: Jarno Rajahalme --- diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h index 335e69c23..94c2ab17d 100644 --- a/ofproto/ofproto.h +++ b/ofproto/ofproto.h @@ -38,12 +38,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;