Add Darwin swap meter.

This commit is contained in:
SaltwaterC
2015-11-16 17:32:22 +00:00
parent bef00a4fd9
commit 8895f09880
2 changed files with 10 additions and 5 deletions

View File

@ -42,7 +42,6 @@ double Platform_setCPUValues(Meter* mtr, int cpu);
void Platform_setMemoryValues(Meter* mtr);
void Platform_setSwapValues(Meter* this);
void Platform_setSwapValues(Meter* mtr);
#endif