nicira-ext: Separate nx_aggregate_stats_reply from ofp_aggregate_stats_reply.
authorBen Pfaff <blp@nicira.com>
Tue, 24 May 2011 20:30:04 +0000 (13:30 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 14 Jun 2011 18:21:50 +0000 (11:21 -0700)
commit675baf0cdf570ca7c979a5bd18a62d230fd91632
treee7f0dc402a5a3bc85b7c4436b49146d1edd025e5
parent2a1c0549a3bfd9ef8528ebf7f34fec07ec509e11
nicira-ext: Separate nx_aggregate_stats_reply from ofp_aggregate_stats_reply.

An upcoming patch will make stats messages much more like other messages,
in that their structures will include all of the headers.  This means that
struct ofp_aggregate_stats_reply will no longer be appropriate as a
member of struct nx_aggregate_stats_reply, because it will then include
those additional header members.

Also, struct nx_aggregate_stats_reply doesn't need to use the special
ovs_32aligned_be64 type, since its 64-bit members are correctly aligned,
which is another reasonable reason to keep it separate.
include/openflow/nicira-ext.h
lib/ofp-print.c
ofproto/ofproto.c