X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fofproto.h;h=3552aac4d4357f564b5ac6224464746bda738d38;hb=26ce31583b1654a3acaaf6de8e9567e327fbc104;hp=e0c99eac88c1d8579772cc1f47bc8d6d7c83476d;hpb=8402c74b186e28c53ad51fc8813aebe64a12cd7c;p=openvswitch diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h index e0c99eac..3552aac4 100644 --- a/ofproto/ofproto.h +++ b/ofproto/ofproto.h @@ -22,6 +22,7 @@ #include #include #include +#include "cfm.h" #include "flow.h" #include "netflow.h" #include "sset.h" @@ -235,6 +236,9 @@ void ofproto_get_all_flows(struct ofproto *p, struct ds *); void ofproto_get_netflow_ids(const struct ofproto *, uint8_t *engine_type, uint8_t *engine_id); int ofproto_port_get_cfm_fault(const struct ofproto *, uint16_t ofp_port); +int ofproto_port_get_cfm_remote_mpids(const struct ofproto *, + uint16_t ofp_port, const uint64_t **rmps, + size_t *n_rmps); void ofproto_get_ofproto_controller_info(const struct ofproto *, struct shash *); void ofproto_free_ofproto_controller_info(struct shash *);