]> git.proxmox.com Git - ovs.git/blobdiff - ofproto/ofproto-dpif-monitor.h
userspace: Define and use struct eth_addr.
[ovs.git] / ofproto / ofproto-dpif-monitor.h
index b65d70bb7f57943af512d94103253dcc4f89393a..7d6d0da8769e608f8f31e00de5965f387358ffa6 100644 (file)
@@ -29,6 +29,6 @@ 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 *,
-                                      struct lldp *, uint8_t[OFP_ETH_ALEN]);
+                                      struct lldp *, const struct eth_addr *);
 
 #endif /* ofproto-dpif-monitor.h */