mirror of https://github.com/xzeldon/htop.git
Merge branch 'hishamhm-pull-818'
This commit is contained in:
commit
e9947acfc6
|
@ -201,7 +201,7 @@ void Platform_getLoadAverage(double* one, double* five, double* fifteen) {
|
||||||
|
|
||||||
int Platform_getMaxPid() {
|
int Platform_getMaxPid() {
|
||||||
// this is hard-coded in sys/sys/proc.h - no sysctl exists
|
// this is hard-coded in sys/sys/proc.h - no sysctl exists
|
||||||
return 32766;
|
return 99999;
|
||||||
}
|
}
|
||||||
|
|
||||||
double Platform_setCPUValues(Meter* this, int cpu) {
|
double Platform_setCPUValues(Meter* this, int cpu) {
|
||||||
|
|
Loading…
Reference in New Issue