From 7ca10817122d3b7b30fabb1cadb75e5ee14b364e Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Fri, 18 Nov 2011 06:08:56 +0000 Subject: Mega-commit with features and tweaks for 1.0: * Performance improvements * Support for splitting CPU meters into two or four columns (thanks to Wim Heirman) * Switch from PLPA, which is now deprecated, to HWLOC. * Bring back support for native Linux sched_setaffinity, so we don't have to use HWLOC where we don't need to. * Support for typing in user names and column fields in selection panels. --- Settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Settings.h') diff --git a/Settings.h b/Settings.h index db3a6469..b75364e3 100644 --- a/Settings.h +++ b/Settings.h @@ -32,6 +32,6 @@ void Settings_delete(Settings* this); bool Settings_write(Settings* this); -Settings* Settings_new(ProcessList* pl, Header* header); +Settings* Settings_new(ProcessList* pl, Header* header, int cpuCount); #endif -- cgit v1.2.3