]> git.ipfire.org Git - thirdparty/bind9.git/commit
Rename the qpzone and qpcache methods that implement DB api
authorOndřej Surý <ondrej@isc.org>
Thu, 14 Nov 2024 10:18:00 +0000 (11:18 +0100)
committerAndoni Duarte <andoni@isc.org>
Tue, 14 Jan 2025 09:57:54 +0000 (09:57 +0000)
commit83561799536ff7792d25e78b41e56f8be48d28e5
tree58a62df9311ddac34e73a6135758a3f00b9c431e
parent3a94afa03a17a5f75fb1774a6373d37b9d046831
Rename the qpzone and qpcache methods that implement DB api

All the database implementations share the same names for the methods
implementing the database.  That has some advantages like knowing what
to expect, but it turns out that any time such method shows up in any
kind of tracing - be it perf record, backtrace or anything else that
uses symbol names, it is very hard to distinguish whether the find()
belongs to qpcache, qpzone, builtin or sdlz implementation.

Make at least the names for qpzone and qpcache unique.
lib/dns/qpcache.c
lib/dns/qpzone.c