struct rpc_struct_sigaction
Overview
Store information of the action taken by the process when a specific signal is receipt More…
#include <tapi_rpc_signal.h> struct rpc_struct_sigaction { // fields char mm_handler[RCF_RPC_MAX_FUNC_NAME]; uint64_t mm_restorer; rpc_sigset_p mm_mask; rpc_sa_flags mm_flags; };
Detailed Documentation
Store information of the action taken by the process when a specific signal is receipt
Fields
char mm_handler[RCF_RPC_MAX_FUNC_NAME]
Action handler
uint64_t mm_restorer
Opaque restorer value
rpc_sigset_p mm_mask
Bitmask of signal numbers
rpc_sa_flags mm_flags
Flags that modify the signal handling process