openflow: Rename OpenFlow 1.0 statistics messages with "10" infix.
[openvswitch] / ofproto / ofproto-provider.h
index 6eef1063ea9db3c28635bf19f910ead4d6bb569b..f0d57ee000e3200d61709708fa96df294b9619f8 100644 (file)
@@ -481,10 +481,10 @@ struct ofproto_class {
      *   - 'matched_count' to the number of packets looked up in this flow
      *     table so far that matched one of the flow entries.
      *
-     * Keep in mind that all of the members of struct ofp_table_stats are in
+     * Keep in mind that all of the members of struct ofp10_table_stats are in
      * network byte order.
      */
-    void (*get_tables)(struct ofproto *ofproto, struct ofp_table_stats *ots);
+    void (*get_tables)(struct ofproto *ofproto, struct ofp10_table_stats *ots);
 
 /* ## ---------------- ## */
 /* ## ofport Functions ## */