X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=dns.h;fp=dns.h;h=706b8c6fce4390b22f695e0d71d35a14025b1465;hb=4ccd2cdd5ae567dc2cb6c05ca5e5a9537a9dc1c4;hp=45151322d291a677389d8fe80ce7737243aae10f;hpb=601f0a4ff139521db8f2999646717ec37005b984;p=catta 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;