struct tapi_haproxy_app
Overview
HAProxy tool information. More…
#include <tapi_haproxy.h> struct tapi_haproxy_app { // fields tapi_job_t* job; tapi_job_channel_t* out_chs[2]; tapi_job_channel_t* stdout_filter; tapi_job_channel_t* stderr_filter; char* generated_cfg_file; };
Detailed Documentation
HAProxy tool information.
Fields
tapi_job_t* job
TAPI job handle.
tapi_job_channel_t* out_chs[2]
Output channel handles.
tapi_job_channel_t* stdout_filter
Stdout filter.
tapi_job_channel_t* stderr_filter
Stderr filter.
char* generated_cfg_file
Path to generated config file.