:orphan: .. index:: pair: struct; tarpc_sigaction .. _doxid-structtarpc__sigaction: struct tarpc_sigaction ====================== .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct tarpc_sigaction { // fields string :ref:`handler`; uint64_t :ref:`restorer`; :ref:`tarpc_sigset_t` :ref:`mask`; tarpc_int :ref:`flags`; }; .. _details-structtarpc__sigaction: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Fields ------ .. index:: pair: variable; handler .. _doxid-structtarpc__sigaction_1a724ee1fd62209ffcc995402f1263e523: .. ref-code-block:: cpp :class: doxyrest-title-code-block string handler sa_handler name .. index:: pair: variable; restorer .. _doxid-structtarpc__sigaction_1a5b7ef1e788b080c4ef75d326b2127dda: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint64_t restorer Opaque sa_restorer value .. index:: pair: variable; mask .. _doxid-structtarpc__sigaction_1a599d95bdba0996ffa89a22823124808b: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tarpc_sigset_t` mask Handle (pointer in server context) of the allocated set .. index:: pair: variable; flags .. _doxid-structtarpc__sigaction_1a8b3935f4c28de59095d20a4f3d0dc64c: .. ref-code-block:: cpp :class: doxyrest-title-code-block tarpc_int flags Flags to be passed to sigaction