Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

task_s Struct Reference

A structure to hold the information about a task. More...

#include <types-and-constants.hh>

List of all members.

Public Attributes

task_ID_t task_ID
process_sprocess
task_s * parent_task


Detailed Description

A structure to hold the information about a task.

Definition at line 342 of file types-and-constants.hh.


Member Data Documentation

task_s* task_s::parent_task
 

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().

process_s* task_s::process
 

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().

task_ID_t task_s::task_ID
 

A unique task number.

Definition at line 344 of file types-and-constants.hh.

Referenced by Consumer::Consumer(), and Consumer::handle_fork().


The documentation for this struct was generated from the following file:
Generated on Fri Jan 24 18:16:40 2003 for Laplace-merge by doxygen1.3-rc2