X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=secchan%2Fofproto.h;h=398cac4fd4401216c2da96806c1e79d50dd1522c;hb=b6f67919d48078d2171927b291d0a2ac629c4535;hp=f4c1b4098681cb65976a7ea70ed8a1966b49b6fd;hpb=3b250e29115a063228c4767c1cab247d3d6784ee;p=openvswitch diff --git a/secchan/ofproto.h b/secchan/ofproto.h index f4c1b409..398cac4f 100644 --- a/secchan/ofproto.h +++ b/secchan/ofproto.h @@ -80,6 +80,7 @@ bool ofproto_get_discovery(const struct ofproto *); const char *ofproto_get_controller(const struct ofproto *); void ofproto_get_listeners(const struct ofproto *, struct svec *); void ofproto_get_snoops(const struct ofproto *, struct svec *); +void ofproto_get_all_flows(struct ofproto *p, struct ds *); /* Functions for use by ofproto implementation modules, not by clients. */ int ofproto_send_packet(struct ofproto *, const flow_t *,