summaryrefslogtreecommitdiffstats
path: root/VNFs/DPPD-PROX/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'VNFs/DPPD-PROX/commands.h')
-rw-r--r--VNFs/DPPD-PROX/commands.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/VNFs/DPPD-PROX/commands.h b/VNFs/DPPD-PROX/commands.h
index 291930ff..5ddb81e2 100644
--- a/VNFs/DPPD-PROX/commands.h
+++ b/VNFs/DPPD-PROX/commands.h
@@ -19,6 +19,7 @@
#include <inttypes.h>
#include <rte_ether.h>
+#include "prox_compat.h"
struct input;
@@ -65,7 +66,7 @@ void cmd_set_cache_class(uint32_t lcore_id, uint32_t set);
void cmd_cache_reset(void);
void cmd_reset_port(uint8_t port_id);
-void cmd_multicast(uint8_t port_id, unsigned int val, struct ether_addr *mac);
+void cmd_multicast(uint8_t port_id, unsigned int val, prox_rte_ether_addr *mac);
int reconnect_task(uint32_t lcore_id, uint32_t task_id);
int bypass_task(uint32_t lcore_id, uint32_t task_id);