cctools
|
Describes a completed process. More...
#include <process.h>
Data Fields | |
pid_t | pid |
The process ID of a complete process. More... | |
int | status |
The exit status of the process. More... | |
struct rusage | rusage |
The resource usage of the process. More... | |
Describes a completed process.
Each element of this structure is the same as returned by Unix wait4().
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.