:orphan: .. index:: pair: struct; tapi_haproxy_opt .. _doxid-structtapi__haproxy__opt: struct tapi_haproxy_opt ======================= .. toctree:: :hidden: Overview ~~~~~~~~ HAProxy specific command line options. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_haproxy_opt { // fields const char* :ref:`haproxy_path`; const char* :ref:`cfg_file`; const :ref:`tapi_haproxy_cfg_opt`* :ref:`cfg_opt`; bool :ref:`verbose`; }; .. _details-structtapi__haproxy__opt: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ HAProxy specific command line options. Fields ------ .. index:: pair: variable; haproxy_path .. _doxid-structtapi__haproxy__opt_1a7bddd4d07f457bf93bf33399de2b295b: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* haproxy_path Path to the executable. .. index:: pair: variable; cfg_file .. _doxid-structtapi__haproxy__opt_1a2506ab52d5532337e5a08defff1531a8: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* cfg_file Config file for HAProxy to read. Set to ``NULL`` to generate config file from :ref:`tapi_haproxy_opt::cfg_opt `. .. index:: pair: variable; cfg_opt .. _doxid-structtapi__haproxy__opt_1ab4e66fe22a173dae63ca3d3f02c6a252: .. ref-code-block:: cpp :class: doxyrest-title-code-block const :ref:`tapi_haproxy_cfg_opt`* cfg_opt Configuration options for HAProxy. This field is ignored if :ref:`tapi_haproxy_opt::cfg_file ` is not ``NULL``. .. index:: pair: variable; verbose .. _doxid-structtapi__haproxy__opt_1a1633512983f21b5065dff76731e10599: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool verbose Verbosity flag.