Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

process_info Struct Reference

#include <process.h>


Detailed Description

Describes a completed process.

Each element of this structure is the same as returned by Unix wait4().

See also:
process_wait


Data Fields

pid_t pid
 The process ID of a complete process.
int status
 The exit status of the process.
rusage rusage
 The resource usage of the process.


Field Documentation

pid_t process_info::pid
 

The process ID of a complete process.

int process_info::status
 

The exit status of the process.

struct rusage process_info::rusage
 

The resource usage of the process.


The documentation for this struct was generated from the following file:
Generated on Fri Jun 4 09:58:46 2010 for cctools by  doxygen 1.3.9.1