summaryrefslogtreecommitdiffstats
path: root/ProcessList.h
diff options
context:
space:
mode:
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);