X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fofproto.h;h=398cac4fd4401216c2da96806c1e79d50dd1522c;hb=6e79e2104c95e005e81a070053a3dc99a2bfde09;hp=f4c1b4098681cb65976a7ea70ed8a1966b49b6fd;hpb=3b01baa3970139c3a195017ab1ea3e42761e3db2;p=openvswitch diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h index f4c1b409..398cac4f 100644 --- a/ofproto/ofproto.h +++ b/ofproto/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 *,