summaryrefslogtreecommitdiffstats
path: root/ProcessList.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2010-02-25 01:37:31 +0000
committerHisham Muhammad <hisham@gobolinux.org>2010-02-25 01:37:31 +0000
commit8f230920cd7f4e8f2c0c261f9b0ce8e39c3a1f8a (patch)
tree9e90c0aaaef44c8b7bd6d458b9226c0c46db0f37 /ProcessList.h
parentaff118ab39b6e47a808f9cb01bd9c9fffe9bc485 (diff)
show custom thread names
Diffstat (limited to 'ProcessList.h')
-rw-r--r--ProcessList.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ProcessList.h b/ProcessList.h
index 5248cac5..6ce807d0 100644
--- a/ProcessList.h
+++ b/ProcessList.h
@@ -114,6 +114,8 @@ typedef struct ProcessList_ {
int direction;
bool hideThreads;
bool shadowOtherUsers;
+ bool showThreadNames;
+ bool showingThreadNames;
bool hideKernelThreads;
bool hideUserlandThreads;
bool treeView;
@@ -150,7 +152,7 @@ void ProcessList_invertSortOrder(ProcessList* this);
RichString ProcessList_printHeader(ProcessList* this);
-Process* ProcessList_get(ProcessList* this, int index);
+Process* ProcessList_get(ProcessList* this, int idx);
int ProcessList_size(ProcessList* this);

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