summaryrefslogtreecommitdiffstats
path: root/dns.h
diff options
context:
space:
mode:
Diffstat (limited to 'dns.h')
-rw-r--r--dns.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dns.h b/dns.h
index 4515132..706b8c6 100644
--- a/dns.h
+++ b/dns.h
@@ -10,6 +10,7 @@
typedef struct _flxDnsPacket {
guint size, rindex, max_size;
+ GHashTable *name_table; /* for name compression */
} flxDnsPacket;