mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-22 23:01:43 -04:00
remove dns_resolver_createdispatchpool
This commit is contained in:
parent
efc8a6ba16
commit
7e52028a83
2 changed files with 1 additions and 29 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: resolver.h,v 1.59 2008/06/23 19:41:19 jinmei Exp $ */
|
||||
/* $Id: resolver.h,v 1.60 2008/09/08 05:41:22 marka Exp $ */
|
||||
|
||||
#ifndef DNS_RESOLVER_H
|
||||
#define DNS_RESOLVER_H 1
|
||||
|
|
@ -476,33 +476,6 @@ dns_resolver_setzeronosoattl(dns_resolver_t *resolver, isc_boolean_t state);
|
|||
unsigned int
|
||||
dns_resolver_getoptions(dns_resolver_t *resolver);
|
||||
|
||||
isc_result_t
|
||||
dns_resolver_createdispatchpool(dns_resolver_t *res, unsigned int ndisps,
|
||||
unsigned int interval);
|
||||
/*%<
|
||||
* Create a pool of dispatches
|
||||
*
|
||||
* Notes:
|
||||
*
|
||||
*\li Generally, applications should not create a resolver directly, but
|
||||
* should instead call dns_view_createresolver().
|
||||
*
|
||||
* Requires:
|
||||
*
|
||||
*\li 'res' is a valid resolver that has not been frozen. Also it must have
|
||||
* either the _USEDISPATCHPOOL4 or _USEDISPATCHPOOL6 option.
|
||||
*
|
||||
*\li 'taskmgr' is a valid task manager.
|
||||
*
|
||||
*\li 'ndisps' > 0.
|
||||
*
|
||||
* Returns:
|
||||
*
|
||||
*\li #ISC_R_SUCCESS On success.
|
||||
*
|
||||
*\li Anything else Failure.
|
||||
*/
|
||||
|
||||
ISC_LANG_ENDDECLS
|
||||
|
||||
#endif /* DNS_RESOLVER_H */
|
||||
|
|
|
|||
|
|
@ -492,7 +492,6 @@ dns_resolver_algorithm_supported
|
|||
dns_resolver_attach
|
||||
dns_resolver_cancelfetch
|
||||
dns_resolver_create
|
||||
dns_resolver_createdispatchpool
|
||||
dns_resolver_createfetch
|
||||
dns_resolver_createfetch2
|
||||
dns_resolver_destroyfetch
|
||||
|
|
|
|||
Loading…
Reference in a new issue