dpif: Avoid use of "struct ovs_dp_stats" in platform-independent modules.
[openvswitch] / ofproto / ofproto-dpif.c
index de243fcbdc7b82b701a2490aa2612a4f95494e2d..9e8b1fb541aff8f1619e6cf744575646efcdca0d 100644 (file)
@@ -710,7 +710,7 @@ static void
 get_tables(struct ofproto *ofproto_, struct ofp_table_stats *ots)
 {
     struct ofproto_dpif *ofproto = ofproto_dpif_cast(ofproto_);
-    struct ovs_dp_stats s;
+    struct dpif_dp_stats s;
 
     strcpy(ots->name, "classifier");