dpif: Avoid use of "struct ovs_dp_stats" in platform-independent modules.
authorBen Pfaff <blp@nicira.com>
Wed, 5 Oct 2011 18:18:13 +0000 (11:18 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 5 Oct 2011 18:18:13 +0000 (11:18 -0700)
commita8d9304d121f56af0e6f02677342933579be3277
tree0354c3bbcf41da9c5dc2c2945b65c3b92ef28350
parent5621afff91b24a9b79b9eab0965dcd888ef810e8
dpif: Avoid use of  "struct ovs_dp_stats" in platform-independent modules.

Over time we wish to reduce the number of datapath-protocol.h definitions
used directly outside of Linux-specific code.  This commit removes use of
"struct ovs_dp_stats" from platform-independent code.

Bug #7559.
lib/dpif-linux.c
lib/dpif-netdev.c
lib/dpif-provider.h
lib/dpif.c
lib/dpif.h
ofproto/ofproto-dpif.c
utilities/ovs-dpctl.c