From 2f46913d96f0a2b4107384c949d07f471f59df3e Mon Sep 17 00:00:00 2001 From: Angelo Mantellini Date: Fri, 8 Jan 2021 09:31:56 +0100 Subject: [HICN-669] policy_t yet used in mac os 11 Signed-off-by: Angelo Mantellini Change-Id: I8d5d5c37eaab3f84a920f1753591fa4ab09f4799 --- hicn-light/src/hicn/utils/commands.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hicn-light/src/hicn/utils/commands.h') diff --git a/hicn-light/src/hicn/utils/commands.h b/hicn-light/src/hicn/utils/commands.h index d8e5329b3..3758f0f41 100644 --- a/hicn-light/src/hicn/utils/commands.h +++ b/hicn-light/src/hicn/utils/commands.h @@ -329,14 +329,14 @@ typedef struct { ip_address_t address; uint8_t addressType; uint8_t len; - policy_t policy; + hicn_policy_t policy; } add_policy_command; typedef struct { ip_address_t address; uint8_t addressType; uint8_t len; - policy_t policy; + hicn_policy_t policy; } list_policies_command; typedef struct { -- cgit 1.2.3-korg