mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-10 04:50:37 -04:00
refer to non-deprecated evdns functions in comments
This commit is contained in:
parent
706aa5f416
commit
ba5c27d47f
@ -270,7 +270,7 @@ int evdns_base_count_nameservers(struct evdns_base *base);
|
|||||||
/**
|
/**
|
||||||
Remove all configured nameservers, and suspend all pending resolves.
|
Remove all configured nameservers, and suspend all pending resolves.
|
||||||
|
|
||||||
Resolves will not necessarily be re-attempted until evdns_resume() is called.
|
Resolves will not necessarily be re-attempted until evdns_base_resume() is called.
|
||||||
|
|
||||||
@param base the evdns_base to which to apply this operation
|
@param base the evdns_base to which to apply this operation
|
||||||
@return 0 if successful, or -1 if an error occurred
|
@return 0 if successful, or -1 if an error occurred
|
||||||
@ -283,7 +283,7 @@ int evdns_base_clear_nameservers_and_suspend(struct evdns_base *base);
|
|||||||
Resume normal operation and continue any suspended resolve requests.
|
Resume normal operation and continue any suspended resolve requests.
|
||||||
|
|
||||||
Re-attempt resolves left in limbo after an earlier call to
|
Re-attempt resolves left in limbo after an earlier call to
|
||||||
evdns_clear_nameservers_and_suspend().
|
evdns_base_clear_nameservers_and_suspend().
|
||||||
|
|
||||||
@param base the evdns_base to which to apply this operation
|
@param base the evdns_base to which to apply this operation
|
||||||
@return 0 if successful, or -1 if an error occurred
|
@return 0 if successful, or -1 if an error occurred
|
||||||
|
Loading…
x
Reference in New Issue
Block a user