#include <types-and-constants.hh>
Public Attributes | |
task_ID_t | task_ID |
process_s * | process |
task_s * | parent_task |
Definition at line 342 of file types-and-constants.hh.
|
The parent from which this task was forked. Definition at line 347 of file types-and-constants.hh. Referenced by Consumer::Consumer(), Consumer::handle_context_assignment(), and Consumer::handle_fork(). |
|
A pointer to the process to which this task belongs. Definition at line 345 of file types-and-constants.hh. Referenced by Consumer::Consumer(), Consumer::handle_anonymous_mmap_range(), Consumer::handle_context_assignment(), Consumer::handle_cow_unmap(), Consumer::handle_exec(), Consumer::handle_file_mmap_range(), Consumer::handle_fork(), Consumer::handle_munmap_range(), Consumer::handle_shmat(), and Consumer::unlink_task_and_process(). |
|
A unique task number. Definition at line 344 of file types-and-constants.hh. Referenced by Consumer::Consumer(), and Consumer::handle_fork(). |