]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
fixup! attempt at removing cycles and leaks in the async resolution
authorŠtěpán Balážik <stepan.balazik@nic.cz>
Thu, 10 Sep 2020 11:44:03 +0000 (13:44 +0200)
committerŠtěpán Balážik <stepan.balazik@nic.cz>
Thu, 15 Oct 2020 11:22:22 +0000 (13:22 +0200)
daemon/lua/kres-gen.lua

index 76d0b4cbc5432b241dd1cf15bcfbb8d12e8e9228..789f41b80c66d6c9621aed15934f44c420b8acbb 100644 (file)
@@ -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;