mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Load averages for FreeBSD!
This commit is contained in:
@ -17,4 +17,6 @@ extern MeterClass* Platform_meterTypes[];
|
||||
|
||||
int Platform_getUptime();
|
||||
|
||||
void Platform_getLoadAverage(double* one, double* five, double* fifteen);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user