mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 04:34:35 +03:00
* Option for counting CPUs from zero
(thanks to Sean Noonan) * Meters update in every screen (no longer halting while on Setup, etc.)
This commit is contained in:
@ -6,11 +6,12 @@
|
||||
|
||||
#include "Panel.h"
|
||||
#include "CheckItem.h"
|
||||
#include "ProcessList.h"
|
||||
|
||||
#include "debug.h"
|
||||
#include <assert.h>
|
||||
|
||||
Panel* AffinityPanel_new(int processorCount, unsigned long mask);
|
||||
Panel* AffinityPanel_new(ProcessList* pl, unsigned long mask);
|
||||
|
||||
unsigned long AffinityPanel_getAffinity(Panel* this);
|
||||
|
||||
|
Reference in New Issue
Block a user