]> git.ipfire.org Git - thirdparty/bind9.git/commit
collapse qpdb implementation down to one file
authorEvan Hunt <each@isc.org>
Thu, 7 Mar 2024 01:33:37 +0000 (17:33 -0800)
committerEvan Hunt <each@isc.org>
Fri, 8 Mar 2024 23:36:56 +0000 (15:36 -0800)
commite14a116ced0af1dc745baa4ca507b45f86b69758
tree1550d42468d8e61e3c17b47d1df19e7793f042d4
parentab084d8c4f195d90f8d6e8f6949e0c20c477bfc9
collapse qpdb implementation down to one file

the code in qpdb.c was previously shared by qp-cachedb.c and
qp-zonedb.c.  since qp-zonedb.c no longer exists, it's not necessary
to keep these separate any longer. the two files have been merged,
and functions that were previously globally accessible have been
changed to static and renamed.
lib/dns/Makefile.am
lib/dns/qp-cachedb.c [deleted file]
lib/dns/qpdb.c
lib/dns/qpdb_p.h