X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ofproto%2Fofproto-dpif-monitor.h;h=7d6d0da8769e608f8f31e00de5965f387358ffa6;hb=beb75a40fdc295bfd6521b0068b4cd12f6de507c;hp=12aa2bb6c4d196cca3d5d6db7025db006c1623ec;hpb=b7807e4f64c8c64bb6000767de72368306a95c90;p=mirror_ovs.git diff --git a/ofproto/ofproto-dpif-monitor.h b/ofproto/ofproto-dpif-monitor.h index 12aa2bb6c..7d6d0da87 100644 --- a/ofproto/ofproto-dpif-monitor.h +++ b/ofproto/ofproto-dpif-monitor.h @@ -22,13 +22,13 @@ struct bfd; struct cfm; +struct lldp; 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]); + struct lldp *, const struct eth_addr *); #endif /* ofproto-dpif-monitor.h */