:orphan: .. index:: pair: struct; rpc_struct_sigaction .. _doxid-structrpc__struct__sigaction: struct rpc_struct_sigaction =========================== .. toctree:: :hidden: Overview ~~~~~~~~ Store information of the action taken by the process when a specific signal is receipt :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct rpc_struct_sigaction { // fields char :ref:`mm_handler`[RCF_RPC_MAX_FUNC_NAME]; uint64_t :ref:`mm_restorer`; rpc_sigset_p :ref:`mm_mask`; :ref:`rpc_sa_flags` :ref:`mm_flags`; }; .. _details-structrpc__struct__sigaction: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Store information of the action taken by the process when a specific signal is receipt Fields ------ .. index:: pair: variable; mm_handler .. _doxid-structrpc__struct__sigaction_1a48e851537783ec104e865a6848166fd1: .. ref-code-block:: cpp :class: doxyrest-title-code-block char mm_handler[RCF_RPC_MAX_FUNC_NAME] Action handler .. index:: pair: variable; mm_restorer .. _doxid-structrpc__struct__sigaction_1a9a749046df1195d9a85d189383623ea3: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint64_t mm_restorer Opaque restorer value .. index:: pair: variable; mm_mask .. _doxid-structrpc__struct__sigaction_1a34456f1c1eacae2802e1994b20befbc0: .. ref-code-block:: cpp :class: doxyrest-title-code-block rpc_sigset_p mm_mask Bitmask of signal numbers .. index:: pair: variable; mm_flags .. _doxid-structrpc__struct__sigaction_1a4bc36a464d341dca1ec59118fd0202c5: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`rpc_sa_flags` mm_flags Flags that modify the signal handling process