related: adapt to changes in 'context' structure names

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner
2016-07-21 00:00:00 -05:00
committed by Craig Small
parent 82d5661603
commit d7cbf3448f
13 changed files with 30 additions and 29 deletions

View File

@@ -264,7 +264,7 @@ static void scan_procs(struct run_time_conf_t *run_time)
{
#define PIDS_GETINT(e) PROCPS_PIDS_VAL(EU_ ## e, s_int, reap->stacks[i])
#define PIDS_GETSTR(e) PROCPS_PIDS_VAL(EU_ ## e, str, reap->stacks[i])
struct procps_pidsinfo *info=NULL;
struct pids_info *info=NULL;
struct pids_fetch *reap;
int i, total_procs;