mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
Remove dns_qpmulti_lockedread declaration
This function was removed in 6217e434b5
but not from the header file.
This commit is contained in:
committed by
Evan Hunt
parent
56553ea692
commit
2c52aea3dc
@@ -741,23 +741,6 @@ dns_qpmulti_query(dns_qpmulti_t *multi, dns_qpread_t *qpr);
|
|||||||
* \li `qpr` is a valid read-only qp-trie handle
|
* \li `qpr` is a valid read-only qp-trie handle
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void
|
|
||||||
dns_qpmulti_lockedread(dns_qpmulti_t *multi, dns_qpread_t *qpr);
|
|
||||||
/*%<
|
|
||||||
* Start a read-only transaction that takes the `dns_qpmulti_t` mutex.
|
|
||||||
*
|
|
||||||
* The `dns_qpmulti_lockedread()` function must NOT be called from an
|
|
||||||
* isc_loop thread. We keep query and read transactions separate to
|
|
||||||
* avoid accidentally taking or failing to take the mutex.
|
|
||||||
*
|
|
||||||
* Requires:
|
|
||||||
* \li `multi` is a pointer to a valid multi-threaded qp-trie
|
|
||||||
* \li `qpr != NULL`
|
|
||||||
*
|
|
||||||
* Returns:
|
|
||||||
* \li `qpr` is a valid read-only qp-trie handle
|
|
||||||
*/
|
|
||||||
|
|
||||||
void
|
void
|
||||||
dns_qpread_destroy(dns_qpmulti_t *multi, dns_qpread_t *qpr);
|
dns_qpread_destroy(dns_qpmulti_t *multi, dns_qpread_t *qpr);
|
||||||
/*%<
|
/*%<
|
||||||
|
Reference in New Issue
Block a user