2
0
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:
Ben Pfaff
2011-03-15 14:56:09 -07:00
parent 14865427e6
commit a6159a233e
2 changed files with 0 additions and 52 deletions

View File

@@ -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. */