|
libassa
3.5.1
|
forknode_t class. More...
#include <Fork.h>
Public Member Functions | |
| fnode_t (pid_t pid_, Fork::state_t state_) | |
| Constructor. More... | |
| pid_t | getPID () const |
| Retrieve child pid. More... | |
| bool | needKill () const |
| Retrieve kill flag. More... | |
Private Attributes | |
| pid_t | m_pid |
| Child pid. More... | |
| Fork::state_t | m_state |
| Child state {kill, wait}. More... | |
|
inline |
Constructor.
Definition at line 198 of file Fork.h.
References ASSA::FORK, and trace_with_mask.
|
inline |
Retrieve child pid.
Definition at line 205 of file Fork.h.
References ASSA::FORK, m_pid, and trace_with_mask.
|
inline |
Retrieve kill flag.
Definition at line 212 of file Fork.h.
References ASSA::FORK, ASSA::Fork::KILL_ON_EXIT, m_state, and trace_with_mask.
|
private |
|
private |
1.8.8