From a621d4843592cdf3fe758fc06ab19af299278ca7 Mon Sep 17 00:00:00 2001 From: Angelo Mantellini Date: Fri, 12 Jul 2019 08:48:59 -0700 Subject: [HICN-245] Bind of the listener to the device Change-Id: I4d8cd95ba74c5d24d4c49975e7798440fe3e34d1 Signed-off-by: Angelo Mantellini --- hicn-light/src/hicn/utils/commands.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (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 236a75a33..96415d8da 100644 --- a/hicn-light/src/hicn/utils/commands.h +++ b/hicn-light/src/hicn/utils/commands.h @@ -105,7 +105,9 @@ typedef enum { ETHER_MODE, IP_MODE, HICN_MODE } listener_mode; typedef struct { char symbolic[16]; - // char interfaceName[16]; +#ifdef __linux__ + char interfaceName[16]; +#endif union commandAddr address; uint16_t port; // uint16_t etherType; -- cgit 1.2.3-korg