openflow: Merge ofp_stats_request and ofp_stats_reply.
authorBen Pfaff <blp@nicira.com>
Thu, 26 May 2011 16:30:25 +0000 (09:30 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 14 Jun 2011 18:21:49 +0000 (11:21 -0700)
commit28c8bad14f17fea722632e6483e61c80a1b9a8e0
tree96412cec058059bd040857a9c1589a2df3d220bc
parent45984c6a9280a8074c5add3bf1ef3d53eff44444
openflow: Merge ofp_stats_request and ofp_stats_reply.

These structures for OpenFlow stats requests and replies have identical
memebers, but until now they have been separate structures.  Since in some
cases we actually want to treat both of them the same way, this has led
to various kinds of awkwardness.  This commit merges them into a new
"struct ofp_stats_msg" and fixes up the users.
include/openflow/openflow.h
lib/ofp-print.c
lib/ofp-util.c
lib/vconn.h
ofproto/ofproto.c
utilities/ovs-ofctl.c