|
OSAPI
0.29
Open System API
|
The process identity structure. More...
#include <proc_type_id.h>
Data Fields | |
| t_pid | pid |
| Process ID. | |
| char | name [NAME_MAX+1] |
| Process name. | |
| t_pid | ppid |
| Parent PID. | |
| t_pid | pgrp |
| Process Group ID. | |
| t_pid | session |
| Session ID. | |
| int | tpgid |
| The ID of the foreground process group of the controlling terminal of the process. | |
The process identity structure.