bind9/lib/ns/include
Ondřej Surý f5af981831
Change dns_message_create() function to accept memory pools
Instead of creating new memory pools for each new dns_message, change
dns_message_create() method to optionally accept externally created
dns_fixedname_t and dns_rdataset_t memory pools.  This allows us to
preallocate the memory pools in ns_client and dns_resolver units for the
lifetime of dns_resolver_t and ns_clientmgr_t.
2023-09-24 18:07:40 +02:00
..
ns Change dns_message_create() function to accept memory pools 2023-09-24 18:07:40 +02:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00