From 8f230920cd7f4e8f2c0c261f9b0ce8e39c3a1f8a Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 25 Feb 2010 01:37:31 +0000 Subject: show custom thread names --- ProcessList.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ProcessList.h') 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); -- cgit v1.2.3