From c74c38760df69bb87e93dff18cf91464e5d02f37 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:00:22 +0200 Subject: Imported Upstream version 0.8.1 --- ProcessList.h | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'ProcessList.h') diff --git a/ProcessList.h b/ProcessList.h index 578edb9..5248cac 100644 --- a/ProcessList.h +++ b/ProcessList.h @@ -119,6 +119,7 @@ typedef struct ProcessList_ { bool treeView; bool highlightBaseName; bool highlightMegabytes; + bool highlightThreads; bool detailedCPUTime; #ifdef DEBUG_PROC FILE* traceFile; @@ -149,23 +150,18 @@ void ProcessList_invertSortOrder(ProcessList* this); RichString ProcessList_printHeader(ProcessList* this); - -void ProcessList_prune(ProcessList* this); - -void ProcessList_add(ProcessList* this, Process* p); - -void ProcessList_remove(ProcessList* this, Process* p); - Process* ProcessList_get(ProcessList* this, int index); int ProcessList_size(ProcessList* this); void ProcessList_sort(ProcessList* this); -bool ProcessList_readStatusFile(ProcessList* this, Process* proc, char* dirname, char* name); +#ifdef HAVE_TASKSTATS -void ProcessList_processEntries(ProcessList* this, char* dirname, int parent, float period); +#endif void ProcessList_scan(ProcessList* this); +ProcessField ProcessList_keyAt(ProcessList* this, int at); + #endif -- cgit v1.2.3