summaryrefslogtreecommitdiffstats
path: root/darwin/DarwinProcess.h
diff options
context:
space:
mode:
authorrobaho <rengels@ix.netcom.com>2021-02-28 18:37:44 +0100
committerBenny Baumann <BenBE@geshi.org>2024-04-21 10:55:43 +0200
commit4c0e96592d5f5f884aab9b29a3300ae5e1b6009b (patch)
tree40ab8aa46adbe26bee771836c0431563b2c03a69 /darwin/DarwinProcess.h
parent0c002751dde85d1e9fc7650e88bc7aa48c76ff0e (diff)
darwin: scan thread information
Inspired by: https://github.com/hishamhm/htop/pull/848 Closes: #542
Diffstat (limited to 'darwin/DarwinProcess.h')
-rw-r--r--darwin/DarwinProcess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/darwin/DarwinProcess.h b/darwin/DarwinProcess.h
index 496b179b..a5d66b49 100644
--- a/darwin/DarwinProcess.h
+++ b/darwin/DarwinProcess.h
@@ -41,6 +41,6 @@ void DarwinProcess_setFromLibprocPidinfo(DarwinProcess* proc, DarwinProcessTable
* Based on: http://stackoverflow.com/questions/6788274/ios-mac-cpu-usage-for-thread
* and https://github.com/max-horvath/htop-osx/blob/e86692e869e30b0bc7264b3675d2a4014866ef46/ProcessList.c
*/
-void DarwinProcess_scanThreads(DarwinProcess* dp);
+void DarwinProcess_scanThreads(DarwinProcess* dp, DarwinProcessTable* dpt);
#endif

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