ofproto-dpif: Use 'struct dpif_stats' for stats.
authorJoe Stringer <joestringer@nicira.com>
Fri, 7 Mar 2014 01:20:26 +0000 (17:20 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 11 Mar 2014 23:02:25 +0000 (16:02 -0700)
commit1a4ec18d4935384b517c512c6212b35dddf1ad98
treeb88eb30b893c3a2578c8c3db3eade22e379236c5
parent813a8dd336d74465a27c05cfda124e2c91408a81
ofproto-dpif: Use 'struct dpif_stats' for stats.

This tidies up the code to be more consistent by using the stats
structure more widely.

Signed-off-by: Joe Stringer <joestringer@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c