X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fcfm.h;h=4213eb5389f2341978afaf06b79483d8d5f226f2;hb=7e36ac42e33a89d5d2c981ea7750939a1da6db89;hp=cff713f98e821cd217e9e598b6cf01e729367115;hpb=0258d4a0efff965917a4968361da1be15ee4deca;p=sliver-openvswitch.git diff --git a/lib/cfm.h b/lib/cfm.h index cff713f98..4213eb538 100644 --- a/lib/cfm.h +++ b/lib/cfm.h @@ -77,9 +77,11 @@ 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); 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); const char *cfm_fault_reason_to_str(int fault); +long long int cfm_wake_time(struct cfm*); #endif /* cfm.h */