From 96e2a4259eb0cdf279b83d899f805d274d13a94f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Tue, 13 Oct 2020 16:03:37 +0200 Subject: Continue to update generic data in paused mode Generic data, as CPU and memory usage, are used by Meters. In paused mode they would stop receiving updates and especially Graph Meters would stop showing continuous data. Improves: #214 Closes: #253 --- linux/LinuxProcessList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/LinuxProcessList.h') diff --git a/linux/LinuxProcessList.h b/linux/LinuxProcessList.h index 57bc9dc0..4427ccdf 100644 --- a/linux/LinuxProcessList.h +++ b/linux/LinuxProcessList.h @@ -101,6 +101,6 @@ ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* pidMatchList, ui void ProcessList_delete(ProcessList* pl); -void ProcessList_goThroughEntries(ProcessList* super); +void ProcessList_goThroughEntries(ProcessList* super, bool pauseProcessUpdate); #endif -- cgit v1.2.3