summaryrefslogtreecommitdiffstats
path: root/ProcessList.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 /ProcessList.h
parent4f7d48aa24b20f92b3cd9438a446e345b849c39b (diff)
Implement sorting in tree mode
Diffstat (limited to 'ProcessList.h')
-rw-r--r--ProcessList.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ProcessList.h b/ProcessList.h
index 24fa89b4..b7ae4006 100644
--- a/ProcessList.h
+++ b/ProcessList.h
@@ -42,6 +42,9 @@ typedef struct ProcessList_ {
Hashtable* processTable;
UsersTable* usersTable;
+ Hashtable* displayTreeSet;
+ Hashtable* draftingTreeSet;
+
Panel* panel;
int following;
uid_t userId;

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