aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/daemon/remote.h
diff options
context:
space:
mode:
Diffstat (limited to 'external/unbound/daemon/remote.h')
-rw-r--r--external/unbound/daemon/remote.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/external/unbound/daemon/remote.h b/external/unbound/daemon/remote.h
index cc670b701..b25bfb1af 100644
--- a/external/unbound/daemon/remote.h
+++ b/external/unbound/daemon/remote.h
@@ -89,6 +89,8 @@ struct daemon_remote {
struct worker* worker;
/** commpoints for accepting remote control connections */
struct listen_list* accept_list;
+ /* if certificates are used */
+ int use_cert;
/** number of active commpoints that are handling remote control */
int active;
/** max active commpoints */