more os x 10.4
This commit is contained in:
parent
62a826a250
commit
2a951f5eb6
1 changed files with 3 additions and 1 deletions
|
|
@ -411,8 +411,10 @@ xswap(int first)
|
||||||
if(first)
|
if(first)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
#ifdef VM_SWAPUSAGE
|
||||||
if(sample.xsu_valid)
|
if(sample.xsu_valid)
|
||||||
Bprint(&bout, "swap %lld %lld\n",
|
Bprint(&bout, "swap %lld %lld\n",
|
||||||
(vlong)sample.xsu.xsu_used,
|
(vlong)sample.xsu.xsu_used,
|
||||||
(vlong)sample.xsu.xsu_total);
|
(vlong)sample.xsu.xsu_total);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue