From: Štěpán Balážik Date: Thu, 10 Sep 2020 11:44:03 +0000 (+0200) Subject: fixup! attempt at removing cycles and leaks in the async resolution X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1da8dda53a3aed2d574d67f5966a08bef6dc21b;p=thirdparty%2Fknot-resolver.git fixup! attempt at removing cycles and leaks in the async resolution --- diff --git a/daemon/lua/kres-gen.lua b/daemon/lua/kres-gen.lua index 76d0b4cbc..789f41b80 100644 --- a/daemon/lua/kres-gen.lua +++ b/daemon/lua/kres-gen.lua @@ -119,6 +119,7 @@ struct kr_qflags { _Bool CACHE_TRIED : 1; _Bool NO_NS_FOUND : 1; _Bool PKT_IS_SANE : 1; + _Bool IS_ASYNC_NS : 1; }; typedef struct ranked_rr_array_entry { uint32_t qry_uid;