1
0
mirror of https://github.com/xzeldon/htop.git synced 2025-04-11 04:57:07 +03:00

Merge branch 'hishamhm-pull-818'

This commit is contained in:
Nathan Scott 2020-08-19 16:49:43 +10:00
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) {