X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fofp-util.h;h=5b1e8edb9915c8c8215ec34cabaa2d18bcf74b37;hb=5cc63216b1dba9be9ac243d9b47f65d3e23bcab6;hp=703de501fd8bf88fa601373784d04ab959d27441;hpb=e8fa940e4af32f904ff1958a36f95ad4153eac67;p=openvswitch diff --git a/lib/ofp-util.h b/lib/ofp-util.h index 703de501..5b1e8edb 100644 --- a/lib/ofp-util.h +++ b/lib/ofp-util.h @@ -531,6 +531,10 @@ void *ofputil_make_stats_reply(size_t openflow_len, const struct ofp_stats_msg *request, struct ofpbuf **); +void ofputil_put_stats_header(ovs_be32 xid, uint8_t ofp_type, + ovs_be16 ofpst_type, ovs_be32 nxst_subtype, + struct ofpbuf *); + void ofputil_start_stats_reply(const struct ofp_stats_msg *request, struct list *); struct ofpbuf *ofputil_reserve_stats_reply(size_t len, struct list *);