X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fbfd.h;fp=lib%2Fbfd.h;h=039b4dd9606c7322111de4180a228f161a65c4dd;hb=7d78f21c057ff50a823220d809ac38c3d907243c;hp=4e7d4cb466bf32fa5daf7423bbf21f34e5066fb3;hpb=8d25251929c8f325bed0fff24192d5a87034b32e;p=sliver-openvswitch.git diff --git a/lib/bfd.h b/lib/bfd.h index 4e7d4cb46..039b4dd96 100644 --- a/lib/bfd.h +++ b/lib/bfd.h @@ -49,6 +49,7 @@ void bfd_unref(struct bfd *); void bfd_account_rx(struct bfd *, const struct dpif_flow_stats *); bool bfd_forwarding(struct bfd *); +bool bfd_check_status_change(struct bfd *); void bfd_get_status(const struct bfd *, struct smap *); void bfd_set_netdev(struct bfd *, const struct netdev *); long long int bfd_wake_time(const struct bfd *);