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:
Jim Warner
2016-06-18 00:00:00 -05:00
committed by Craig Small
parent 428ef496a6
commit 8444a6fe0b
2 changed files with 9 additions and 9 deletions

View File

@@ -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;