X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fofp-util.h;h=9f3685ca78a55747ba9f6ce8d7ab8951720bfb9d;hb=81d1ea941425aea5eff1d9582ad12c9b3b528fe8;hp=b48dd0372c1d06aafbc0fa989830ff9825489f69;hpb=a9a2da38941ea4d312559543a3fb813d8fe7fd4e;p=sliver-openvswitch.git diff --git a/lib/ofp-util.h b/lib/ofp-util.h index b48dd0372..9f3685ca7 100644 --- a/lib/ofp-util.h +++ b/lib/ofp-util.h @@ -143,17 +143,17 @@ struct ofpbuf *ofputil_encode_flow_mod(const struct ofputil_flow_mod *, bool flow_mod_table_id); /* Flow stats or aggregate stats request, independent of flow format. */ -struct flow_stats_request { +struct ofputil_flow_stats_request { bool aggregate; /* Aggregate results? */ struct cls_rule match; uint16_t out_port; uint8_t table_id; }; -int ofputil_decode_flow_stats_request(struct flow_stats_request *, +int ofputil_decode_flow_stats_request(struct ofputil_flow_stats_request *, const struct ofp_header *); struct ofpbuf *ofputil_encode_flow_stats_request( - const struct flow_stats_request *, enum nx_flow_format); + const struct ofputil_flow_stats_request *, enum nx_flow_format); /* Flow stats reply, independent of flow format. */ struct ofputil_flow_stats {