ovsdb-server: Refactoring and clean up remote status reporting.
[cascardo/ovs.git] / ofproto / ofproto-dpif-monitor.h
index 8e26814..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_run(void);
-void ofproto_dpif_monitor_run_fast(void);
-void ofproto_dpif_monitor_wait(void);
+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 */