summaryrefslogtreecommitdiffstats
path: root/solaris/SolarisProcess.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-05-20 17:54:17 +0200
committerChristian Göttsche <cgzones@googlemail.com>2021-05-20 17:54:40 +0200
commita62987c7879050cbb09a02437eb1d10ed9352eee (patch)
tree55948dc3c0d4991cc8c26519fe9a102b04ed432f /solaris/SolarisProcess.h
parent013d2efa519c79a300da9602e6cd599872c25ff7 (diff)
Solaris: improve process columns
- fill tty name - fill session id - show real tgid not adjusted - drop unimplemented TPGID, MINFLT and MAJFLT - adjust header width of ZONEID, which get auto-adjusted as a pid-column
Diffstat (limited to 'solaris/SolarisProcess.h')
-rw-r--r--solaris/SolarisProcess.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/solaris/SolarisProcess.h b/solaris/SolarisProcess.h
index d8cef803..0b12aa0f 100644
--- a/solaris/SolarisProcess.h
+++ b/solaris/SolarisProcess.h
@@ -29,6 +29,7 @@ typedef struct SolarisProcess_ {
bool is_lwp;
pid_t realpid;
pid_t realppid;
+ pid_t realtgid;
pid_t lwpid;
} SolarisProcess;

© 2014-2024 Faster IT GmbH | imprint | privacy policy