mirror of https://github.com/xzeldon/htop.git
Merge branch 'master' of https://github.com/hishamhm/htop
This commit is contained in:
commit
5578a316f0
|
@ -77,7 +77,7 @@ int Platform_getUptime() {
|
||||||
fscanf(fd, "%64lf", &uptime);
|
fscanf(fd, "%64lf", &uptime);
|
||||||
fclose(fd);
|
fclose(fd);
|
||||||
}
|
}
|
||||||
int totalseconds = (int) floor(uptime);
|
return (int) floor(uptime);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Platform_getLoadAverage(double* one, double* five, double* fifteen) {
|
void Platform_getLoadAverage(double* one, double* five, double* fifteen) {
|
||||||
|
|
Loading…
Reference in New Issue