openflow: Rename OpenFlow 1.0 statistics messages with "10" infix.
[sliver-openvswitch.git] / ofproto / ofproto-dpif.c
index 76addfb..3cc54cf 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;