Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
637
Issues
637
List
Boards
Labels
Service Desk
Milestones
Merge Requests
104
Merge Requests
104
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
7e52028a
Commit
7e52028a
authored
Sep 08, 2008
by
Mark Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove dns_resolver_createdispatchpool
parent
efc8a6ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
29 deletions
+1
-29
lib/dns/include/dns/resolver.h
lib/dns/include/dns/resolver.h
+1
-28
lib/dns/win32/libdns.def
lib/dns/win32/libdns.def
+0
-1
No files found.
lib/dns/include/dns/resolver.h
View file @
7e52028a
...
...
@@ -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 */
lib/dns/win32/libdns.def
View file @
7e52028a
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment