mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
more os x 10.4
This commit is contained in:
parent
62a826a250
commit
2a951f5eb6
1 changed files with 3 additions and 1 deletions
|
@ -410,9 +410,11 @@ xswap(int first)
|
|||
{
|
||||
if(first)
|
||||
return;
|
||||
|
||||
|
||||
#ifdef VM_SWAPUSAGE
|
||||
if(sample.xsu_valid)
|
||||
Bprint(&bout, "swap %lld %lld\n",
|
||||
(vlong)sample.xsu.xsu_used,
|
||||
(vlong)sample.xsu.xsu_total);
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue