X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=ofproto%2Fofproto-dpif-monitor.h;h=7d6d0da8769e608f8f31e00de5965f387358ffa6;hb=a6313b253a2a6b8d5fecc3967f8ab492575c5845;hp=f914fbe93e4b9cf27f7b8ced7b44eb4391b7578d;hpb=e441a806a0387487080ca16176ffdee7a75b3d1e;p=cascardo%2Fovs.git diff --git a/ofproto/ofproto-dpif-monitor.h b/ofproto/ofproto-dpif-monitor.h index f914fbe93..7d6d0da87 100644 --- a/ofproto/ofproto-dpif-monitor.h +++ b/ofproto/ofproto-dpif-monitor.h @@ -17,14 +17,18 @@ #include +#include "openflow/openflow.h" #include "packets.h" 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_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 */