summaryrefslogtreecommitdiff
path: root/src/daemon/dlt-daemon.h
diff options
context:
space:
mode:
authorSaya Sugiura <ssugiura@jp.adit-jv.com>2019-08-01 09:19:00 +0900
committerSaya Sugiura <ssugiura@jp.adit-jv.com>2019-08-01 09:19:00 +0900
commit8673795b845e461e42920e44cdf70a5361457e8b (patch)
treea47fd0352169cc815980df1e93006293e9cb6488 /src/daemon/dlt-daemon.h
parent618920f01b65dfeffe76092057998808163ccb11 (diff)
downloadDLT-daemon-8673795b845e461e42920e44cdf70a5361457e8b.tar.gz
Revert "Add option in dlt.conf for bindAddress to specific IPs (#130)"
This reverts commit e8716cc5c950e50411b23a7a6cafa3c063c59e90.
Diffstat (limited to 'src/daemon/dlt-daemon.h')
-rw-r--r--src/daemon/dlt-daemon.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/daemon/dlt-daemon.h b/src/daemon/dlt-daemon.h
index 3d35335..39ccb91 100644
--- a/src/daemon/dlt-daemon.h
+++ b/src/daemon/dlt-daemon.h
@@ -132,7 +132,6 @@ typedef struct
int contextLogLevel; /**< (int) log level sent to context if registered with default log-level or if enforced*/
int contextTraceStatus; /**< (int) trace status sent to context if registered with default trace status or if enforced*/
int enforceContextLLAndTS; /**< (Boolean) Enforce log-level, trace-status not to exceed contextLogLevel, contextTraceStatus */
- DltBindAddress_t *ipNodes; /**< (String: BindAddress) The daemon accepts connections only on this list of IP addresses */
} DltDaemonFlags;
/**
* The global parameters of a dlt daemon.