|
OSAPI
0.29
Open System API
|
10 #ifndef OSAPI_PROC_TYPE_INFO_H_
11 #define OSAPI_PROC_TYPE_INFO_H_
23 #include "general/general.h"
26 #include "proc/proc_platform.h"
27 #include "proc/proc_state.h"
28 #include "proc/type/proc_type_id.h"
29 #include "proc/type/proc_type_resource.h"
The process information structure.
Definition: proc_type_info.h:49
The process identity structure.
Definition: proc_type_id.h:50
The process resources structure.
Definition: proc_type_resource.h:43
uint64_t starttime
The process start time.
Definition: proc_type_info.h:56
t_proc_resources resources
The process resources.
Definition: proc_type_info.h:55
char state
State: System dependent.
Definition: proc_type_info.h:52
t_proc_id id
The Process ID.
Definition: proc_type_info.h:51
char ** args
The process command line arguments.
Definition: proc_type_info.h:53