CernVM-FS
2.12.0
|
Public Member Functions | |
QueryInfo (vector< string > *a, const string &n, const ResourceRecord r) | |
Public Attributes | |
vector< string > * | addresses |
bool | complete |
string | fqdn |
string | name |
ResourceRecord | record |
Failures | status |
unsigned | ttl |
Used to transport a name resolving request across the asynchronous c-ares interface. The QueryInfo objects are used for both IPv4 and IPv6 requests. The addresses are entered directly via pointers, ttls and fqdns are later merged into a single response (for IPv4/IPv6).
|
inline |
vector<string>* dns::anonymous_namespace{dns.cc}::QueryInfo::addresses |
ResourceRecord dns::anonymous_namespace{dns.cc}::QueryInfo::record |