X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fcfm.h;h=13fdc60a64ca9360c770c1cedc2672a64b96dd4a;hb=88bf179aa3f3fa89822edcd9b882e0f06d39bf08;hp=9d1ea4c35fd3f1eabb8fdea1f2425df4ad3dfdbb;hpb=526d174aaba5f3aa99e4294e89ca41cce96dbd35;p=sliver-openvswitch.git diff --git a/lib/cfm.h b/lib/cfm.h index 9d1ea4c35..13fdc60a6 100644 --- a/lib/cfm.h +++ b/lib/cfm.h @@ -76,7 +76,9 @@ void cfm_set_netdev(struct cfm *, const struct netdev *); bool cfm_should_process_flow(const struct cfm *cfm, const struct flow *, struct flow_wildcards *); void cfm_process_heartbeat(struct cfm *, const struct ofpbuf *packet); +bool cfm_check_status_change(struct cfm *); int cfm_get_fault(const struct cfm *); +uint64_t cfm_get_flap_count(const struct cfm *); int cfm_get_health(const struct cfm *); int cfm_get_opup(const struct cfm *); void cfm_get_remote_mpids(const struct cfm *, uint64_t **rmps, size_t *n_rmps);