From 8673795b845e461e42920e44cdf70a5361457e8b Mon Sep 17 00:00:00 2001 From: Saya Sugiura Date: Thu, 1 Aug 2019 09:19:00 +0900 Subject: Revert "Add option in dlt.conf for bindAddress to specific IPs (#130)" This reverts commit e8716cc5c950e50411b23a7a6cafa3c063c59e90. --- include/dlt/dlt_common.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'include') diff --git a/include/dlt/dlt_common.h b/include/dlt/dlt_common.h index 06f91bf..94177e3 100644 --- a/include/dlt/dlt_common.h +++ b/include/dlt/dlt_common.h @@ -73,7 +73,6 @@ \{ */ -# include # include # ifdef __linux__ # include @@ -811,17 +810,6 @@ typedef struct int size; } DltBufferBlockHead; -# ifdef DLT_USE_IPv6 -# define DLT_IP_SIZE (INET6_ADDRSTRLEN) -# else -# define DLT_IP_SIZE (INET_ADDRSTRLEN) -# endif -typedef struct DltBindAddress -{ - char ip[DLT_IP_SIZE]; - struct DltBindAddress *next; -} DltBindAddress_t; - # define DLT_MESSAGE_ERROR_OK 0 # define DLT_MESSAGE_ERROR_UNKNOWN -1 # define DLT_MESSAGE_ERROR_SIZE -2 -- cgit v1.2.1