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 Wed Apr 13 09:36:07 2011 for cctools by  doxygen 1.4.7