ofproto-dpif: add reply on error in ofproto/tnl-push-pop
[cascardo/ovs.git] / ofproto / ofproto-dpif-monitor.h
index f914fbe..7d6d0da 100644 (file)
 
 #include <stdint.h>
 
+#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 */