]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove dns_resolver_createdispatchpool
authorMark Andrews <marka@isc.org>
Mon, 8 Sep 2008 05:41:22 +0000 (05:41 +0000)
committerMark Andrews <marka@isc.org>
Mon, 8 Sep 2008 05:41:22 +0000 (05:41 +0000)
lib/dns/include/dns/resolver.h
lib/dns/win32/libdns.def

index 6d12a28c0ad760342a0f897c277f9aedffdc7d35..2318e206e5891ba97076489fb16aa1ca9e44a2d4 100644 (file)
@@ -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 */
index 9ac84780612ca66e7c102bd4f004c5bf2a42d8f4..44480897b484dc8bd9514f5fedb99855b826b711 100644 (file)
@@ -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