Optional values for init.
More...
#include <P_HostDBProcessor.h>

Public Types | |
| typedef Options | self |
| Self reference type. | |
Public Member Functions | |
| Options () | |
Data Fields | |
| int | timeout |
| Timeout value. Default 0. | |
| HostResStyle | host_res_style |
IP address family fallback. Default HOST_RES_NONE. | |
| bool | force_dns |
Force DNS lookup. Default false. | |
| Continuation * | cont |
Continuation / action. Default NULL (none). | |
Optional values for init.
Definition at line 503 of file P_HostDBProcessor.h.
Self reference type.
Definition at line 504 of file P_HostDBProcessor.h.
| HostDBContinuation::Options::Options | ( | ) | [inline] |
Definition at line 511 of file P_HostDBProcessor.h.
Continuation / action. Default NULL (none).
Definition at line 509 of file P_HostDBProcessor.h.
Referenced by HostDBProcessor::getbyname_imm(), HostDBProcessor::getSRVbyname_imm(), and HostDBContinuation::init().
Force DNS lookup. Default false.
Definition at line 508 of file P_HostDBProcessor.h.
Referenced by HostDBProcessor::getbyname_imm(), and HostDBProcessor::getSRVbyname_imm().
IP address family fallback. Default HOST_RES_NONE.
Definition at line 507 of file P_HostDBProcessor.h.
Referenced by get_hostinfo_ClusterFunction(), HostDBProcessor::getbyname_imm(), HostDBContinuation::init(), probe(), and put_hostinfo_ClusterFunction().
Timeout value. Default 0.
Definition at line 506 of file P_HostDBProcessor.h.
Referenced by HostDBProcessor::getbyname_imm(), HostDBProcessor::getSRVbyname_imm(), and HostDBContinuation::init().
1.7.1