#include <process.h>
Public Attributes | |
int | flags |
void(* | handler )(int) |
sigset_t | mask |
void(* | sigaction )(int, siginfo_t *, void *) |
int | signal |
int ns3::SignalHandler::flags |
Definition at line 80 of file process.h.
Referenced by dce_sigaction(), and ns3::DceManager::SetDefaultSigHandler().
void(* ns3::SignalHandler::handler)(int) |
Definition at line 82 of file process.h.
Referenced by dce_sigaction(), and ns3::DceManager::SetDefaultSigHandler().
sigset_t ns3::SignalHandler::mask |
Definition at line 81 of file process.h.
Referenced by dce_sigaction(), and ns3::DceManager::SetDefaultSigHandler().
void(* ns3::SignalHandler::sigaction)(int, siginfo_t *, void *) |
Definition at line 83 of file process.h.
Referenced by dce_sigaction().
int ns3::SignalHandler::signal |
Definition at line 79 of file process.h.
Referenced by dce_sigaction(), and ns3::DceManager::SetDefaultSigHandler().