mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
ofp-util: Remove flow_stats_iterator, flows_stats_first(), flow_stats_next()
Nothing uses these anymore. ofputil_decode_flow_stats_reply() is a better alternative.
This commit is contained in:
@@ -258,13 +258,6 @@ struct ofpbuf *make_echo_request(void);
|
||||
struct ofpbuf *make_echo_reply(const struct ofp_header *rq);
|
||||
|
||||
void hton_ofp_phy_port(struct ofp_phy_port *);
|
||||
|
||||
struct flow_stats_iterator {
|
||||
const uint8_t *pos, *end;
|
||||
};
|
||||
const struct ofp_flow_stats *flow_stats_first(struct flow_stats_iterator *,
|
||||
const struct ofp_stats_reply *);
|
||||
const struct ofp_flow_stats *flow_stats_next(struct flow_stats_iterator *);
|
||||
|
||||
/* Actions. */
|
||||
|
||||
|
Reference in New Issue
Block a user