]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix structure names in qpcache.c and qpzone.c
authorEvan Hunt <each@isc.org>
Mon, 29 Apr 2024 22:29:33 +0000 (15:29 -0700)
committerEvan Hunt <each@isc.org>
Tue, 30 Apr 2024 19:42:07 +0000 (12:42 -0700)
commit46d40b3dcab2cb80c6e37e9b774075d8acaf34d7
tree2c881d8e2cbcc642e52dca33a7e819adb2ae8268
parent20d32512ca4a97b6b6f4c94a7c75ad074772711b
fix structure names in qpcache.c and qpzone.c

- change dns_qpdata_t to qpcnode_t (QP cache node), and dns_qpdb_t to
  qpcache_t, as these types are only accessed locally.
- also change qpdata_t in qpzone.c to qpznode_t (QP zone node), for
  consistency.
- make the refcount declarations for qpcnode_t and qpznode_t static,
  using the new ISC_REFCOUNT_STATIC macros.
lib/dns/include/dns/types.h
lib/dns/qpcache.c
lib/dns/qpzone.c
tests/dns/qpzone_test.c