X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto-dpif-monitor.h;h=12aa2bb6c4d196cca3d5d6db7025db006c1623ec;hb=cfc50ae514f805dcd9c14589f21158185424daf6;hp=f914fbe93e4b9cf27f7b8ced7b44eb4391b7578d;hpb=e441a806a0387487080ca16176ffdee7a75b3d1e;p=sliver-openvswitch.git diff --git a/ofproto/ofproto-dpif-monitor.h b/ofproto/ofproto-dpif-monitor.h index f914fbe93..12aa2bb6c 100644 --- a/ofproto/ofproto-dpif-monitor.h +++ b/ofproto/ofproto-dpif-monitor.h @@ -17,12 +17,16 @@ #include +#include "openflow/openflow.h" #include "packets.h" struct bfd; struct cfm; struct ofport_dpif; +void ofproto_dpif_monitor_port_send_soon(const struct ofport_dpif *); +void ofproto_dpif_monitor_port_send_soon_safe(const struct ofport_dpif *); + void ofproto_dpif_monitor_port_update(const struct ofport_dpif *, struct bfd *, struct cfm *, uint8_t[OFP_ETH_ALEN]);