* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: resolver.h,v 1.56.128.3 2008/06/24 00:09:12 jinmei Exp $ */
+/* $Id: resolver.h,v 1.56.128.4 2008/07/01 03:03:43 each Exp $ */
#ifndef DNS_RESOLVER_H
#define DNS_RESOLVER_H 1
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 */