net: add rte prefix to ether structures
[dpdk.git] / examples / vm_power_manager / guest_cli / vm_power_cli_guest.c
index 2d9e768..78c3aa0 100644 (file)
@@ -34,7 +34,7 @@ struct cmd_quit_result {
 };
 
 union PFID {
-       struct ether_addr addr;
+       struct rte_ether_addr addr;
        uint64_t pfid;
 };