Move PROC_COMM/PROC_EXE column handling to global Process implementation

This commit is contained in:
Benny Baumann
2021-04-18 19:25:56 +02:00
committed by BenBE
parent a61a2e6d47
commit aa8552ba88
4 changed files with 43 additions and 42 deletions

View File

@ -46,6 +46,8 @@ typedef enum ProcessField_ {
NLWP = 51,
TGID = 52,
PERCENT_NORM_CPU = 53,
PROC_COMM = 124,
PROC_EXE = 125,
/* Platform specific fields, defined in ${platform}/ProcessField.h */
PLATFORM_PROCESS_FIELDS