library: a couple of miscellaneous changes, <PIDS> api
This patch represents the following minor adjustments: . old PROCTAB used with select & reap more descriptive . reformatted PROCPS_PIDS_VAL macro like other 3rd gen Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
@@ -192,8 +192,8 @@ struct pids_fetch {
|
||||
};
|
||||
|
||||
|
||||
#define PROCPS_PIDS_VAL(rel_enum,type,stack) \
|
||||
stack -> head [ rel_enum ] . result . type
|
||||
#define PROCPS_PIDS_VAL( relative_enum, type, stack ) \
|
||||
stack -> head [ relative_enum ] . result . type
|
||||
|
||||
|
||||
struct procps_pidsinfo;
|
||||
|
Reference in New Issue
Block a user