struct tapi_haproxy_cfg_address
Overview
Representation of pair of address and port. More…
#include <tapi_haproxy_cfg.h> struct tapi_haproxy_cfg_address { // fields const char* addr; tapi_job_opt_uint_t port; };
Detailed Documentation
Representation of pair of address and port.
Fields
const char* addr
Address, interface or host name.
tapi_job_opt_uint_t port
Port number.