summaryrefslogtreecommitdiffstats
path: root/src/net.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-06-19 08:47:39 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-06-19 08:47:39 +0000
commitc453ec8380cd10de27fca8d8f0cbfd50058890db (patch)
tree026b1943f5b7dc0dbeb40524ec70b34d96f7cea8 /src/net.h
parentAdding upstream version 2.12.0. (diff)
downloaddnsperf-c453ec8380cd10de27fca8d8f0cbfd50058890db.tar.xz
dnsperf-c453ec8380cd10de27fca8d8f0cbfd50058890db.zip
Adding upstream version 2.13.0.upstream/2.13.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net.h b/src/net.h
index 1624be6..56de624 100644
--- a/src/net.h
+++ b/src/net.h
@@ -184,4 +184,6 @@ void perf_net_doh_stats_init();
void perf_net_doh_stats_compile(struct perf_net_socket*);
void perf_net_doh_stats_print();
+extern const char* perf_net_tls_sni;
+
#endif