openflow: Rename OpenFlow 1.0 statistics messages with "10" infix.
[openvswitch] / ofproto / ofproto-dpif.c
index c25c513ca3153257d70b3b51f2caa57c83442332..f05cd2e70899e8f8c9e733523cf249e461b76efb 100644 (file)
@@ -1153,7 +1153,7 @@ get_features(struct ofproto *ofproto_ OVS_UNUSED,
 }
 
 static void
-get_tables(struct ofproto *ofproto_, struct ofp_table_stats *ots)
+get_tables(struct ofproto *ofproto_, struct ofp10_table_stats *ots)
 {
     struct ofproto_dpif *ofproto = ofproto_dpif_cast(ofproto_);
     struct dpif_dp_stats s;