summaryrefslogtreecommitdiffstats
path: root/database/rrd.h
diff options
context:
space:
mode:
Diffstat (limited to 'database/rrd.h')
-rw-r--r--database/rrd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/database/rrd.h b/database/rrd.h
index d2210e3141..9baba4192a 100644
--- a/database/rrd.h
+++ b/database/rrd.h
@@ -723,6 +723,10 @@ struct rrdhost {
struct rrdengine_instance *rrdeng_ctx; // DB engine instance for this host
#endif
+#ifdef ENABLE_HTTPS
+ struct netdata_ssl ssl; //Structure used to encrypt the connection
+#endif
+
struct rrdhost *next;
};
extern RRDHOST *localhost;