summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorMaxim Zhiburt <zhiburt@gmail.com>2020-11-18 14:19:42 +0300
committerBenBE <BenBE@geshi.org>2020-12-02 23:50:05 +0100
commitcf306ff86e44361d8cf3aaaec568b20fb8bbfa3d (patch)
tree3741dcef1f39b2258dffdd2151bba05b4fe792eb /Process.h
parent4f7d48aa24b20f92b3cd9438a446e345b849c39b (diff)
Implement sorting in tree mode
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Process.h b/Process.h
index 2fb27968..67f7bcc5 100644
--- a/Process.h
+++ b/Process.h
@@ -109,6 +109,11 @@ typedef struct Process_ {
unsigned long int minflt;
unsigned long int majflt;
+
+ unsigned int tree_left;
+ unsigned int tree_right;
+ unsigned int tree_depth;
+ unsigned int tree_index;
} Process;
typedef struct ProcessFieldData_ {

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