Fix cache issue

This commit is contained in:
Nick Peng
2019-02-15 00:11:21 +08:00
parent a1150a7ceb
commit e8b920fb18
2 changed files with 16 additions and 14 deletions

View File

@@ -20,6 +20,7 @@ struct dns_cache {
unsigned int cname_ttl;
unsigned int ttl;
int hitnum;
int del_pending;
time_t insert_time;
dns_type_t qtype;
union {