Filter tree view with show-all-processes

Switched the get_hostname() get_owner_uid() public in task-manager.c,
the owner uid is needed in the tree view class in order to filter out
user processes from others.
This commit is contained in:
Mike Massonnet
2010-05-10 17:03:27 +02:00
parent 99a4a68097
commit 9a6cdd2ff3
4 changed files with 39 additions and 10 deletions

View File

@@ -27,6 +27,7 @@ enum
XTM_PTV_COLUMN_RSS,
XTM_PTV_COLUMN_RSS_STR,
XTM_PTV_COLUMN_UID,
XTM_PTV_COLUMN_UID_STR,
XTM_PTV_COLUMN_CPU,
XTM_PTV_COLUMN_CPU_STR,
XTM_PTV_COLUMN_PRIORITY,