Load averages for FreeBSD!

This commit is contained in:
Hisham Muhammad
2014-11-27 20:03:29 -02:00
parent 96e03739c4
commit 6d92d7f73d
3 changed files with 23 additions and 0 deletions

View File

@ -17,4 +17,6 @@ extern MeterClass* Platform_meterTypes[];
int Platform_getUptime();
void Platform_getLoadAverage(double* one, double* five, double* fifteen);
#endif