X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fofproto.h;h=c40f5d3a419cf80c5def70735f72a068c88c1bf9;hb=b5a36e3878937a489458f7a0ff42769e826ae88b;hp=6172f291f22f542e3685eb00340597ed307c98e0;hpb=222d3ba460daec60056010f87f6e3041422784d3;p=openvswitch diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h index 6172f291..c40f5d3a 100644 --- a/ofproto/ofproto.h +++ b/ofproto/ofproto.h @@ -348,7 +348,8 @@ 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); - +int ofproto_port_get_cfm_health(const struct ofproto *ofproto, + uint16_t ofp_port); void ofproto_get_ofproto_controller_info(const struct ofproto *, struct shash *); void ofproto_free_ofproto_controller_info(struct shash *);