mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
improve documentation
This commit is contained in:
parent
591ab6023e
commit
87837577a1
@ -56,6 +56,13 @@
|
||||
|
||||
ISC_LANG_BEGINDECLS
|
||||
|
||||
/*
|
||||
* A 'dns_byaddrevent_t' is returned when a byaddr completes.
|
||||
* The sender field will be set to the byaddr that completed. If 'result'
|
||||
* is ISC_R_SUCCESS, then 'names' will contain a list of names associated
|
||||
* with the address. The recipient of the event must not change the list
|
||||
* and must not refer to any of the name data after the event is freed.
|
||||
*/
|
||||
typedef struct dns_byaddrevent {
|
||||
ISC_EVENT_COMMON(struct dns_byaddrevent);
|
||||
isc_result_t result;
|
||||
|
Loading…
x
Reference in New Issue
Block a user