aboutsummaryrefslogtreecommitdiff
path: root/src/dns/gnunet-service-dns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dns/gnunet-service-dns.c')
-rw-r--r--src/dns/gnunet-service-dns.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/dns/gnunet-service-dns.c b/src/dns/gnunet-service-dns.c
index ee42a7001..065c085c7 100644
--- a/src/dns/gnunet-service-dns.c
+++ b/src/dns/gnunet-service-dns.c
@@ -41,9 +41,13 @@
41#include "gnunet_mesh_service.h" 41#include "gnunet_mesh_service.h"
42#include "gnunet_signatures.h" 42#include "gnunet_signatures.h"
43 43
44struct GNUNET_MESH_Handle *mesh_handle;
45 44
46struct GNUNET_CONNECTION_TransmitHandle *server_notify; 45
46
47
48static struct GNUNET_MESH_Handle *mesh_handle;
49
50static struct GNUNET_CONNECTION_TransmitHandle *server_notify;
47 51
48/** 52/**
49 * The UDP-Socket through which DNS-Resolves will be sent if they are not to be 53 * The UDP-Socket through which DNS-Resolves will be sent if they are not to be