summaryrefslogtreecommitdiff
path: root/staging/dns.c
diff options
context:
space:
mode:
Diffstat (limited to 'staging/dns.c')
-rw-r--r--staging/dns.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/staging/dns.c b/staging/dns.c
index bfa61d8..83227e2 100644
--- a/staging/dns.c
+++ b/staging/dns.c
@@ -89,6 +89,8 @@
"| arcount (or arc) ........... Number of RRs in additional records section 0 / 0\n" \
"\n"
+static u_int8_t gbuf[MAX_PAYLOAD_SIZE]; // This is only a generic global buffer to handover data more easily
+static u_int32_t gbuf_s;
int dns_get_query (char* argval);
int dns_get_answer (char* argval);