filter who type on aix too
This commit is contained in:
parent
c69d504e77
commit
425c3061fc
|
@ -755,7 +755,7 @@ int sigar_who_list_get(sigar_t *sigar,
|
|||
continue;
|
||||
}
|
||||
|
||||
#if defined(__linux__) || defined(__sun)
|
||||
#if defined(__linux__) || defined(__sun) || defined(_AIX)
|
||||
if (ut.ut_type != USER_PROCESS) {
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue