X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fofproto.h;h=32a00f232b1ff9b6a646555bd1d1f8fe52da2a58;hb=1d446463ea3707ee609ea45f0cd2714aa7f5bfc6;hp=0919d813b7075c68ded92c9456dd5b2aa728c5e1;hpb=e825ace22c8f863e806ff2ac9a6f58a4e112ee5c;p=openvswitch diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h index 0919d813..32a00f23 100644 --- a/ofproto/ofproto.h +++ b/ofproto/ofproto.h @@ -349,6 +349,7 @@ 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_opup(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);