Data Structures | |
| struct | libnfsnapi_dns_t |
Functions | |
| libnfsnapi_dns_t * | libnfsnapi_dns_create (libnfsnapi_mgr_t *mgr, const char *domain) |
| void | libnfsnapi_dns_destroy (libnfsnapi_dns_t *dns) |
| int | libnfsnapi_dns_minTTL (libnfsnapi_dns_t *dns) |
|
||||||||||||
|
Create a DNS object.
Definition at line 15 of file dns.c. References LIBNFSNAPI_ERROR_MEMORY. |
|
|
Destroy a DNS object, and free all memory associated with it. Do not use this pointer after calling this function. |
|
|
Retrieve the domain's minimum Time-To-Live (TTL).
|
1.4.6