diff options
Diffstat (limited to 'sys/vm/vm_stat.c')
-rw-r--r-- | sys/vm/vm_stat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vm/vm_stat.c b/sys/vm/vm_stat.c index 8cf2fe4..3e39047 100644 --- a/sys/vm/vm_stat.c +++ b/sys/vm/vm_stat.c @@ -71,6 +71,7 @@ vm_stat_get(struct vm_stat *vmstat) vmstat->mem_avail = vm_mem_free(); vmstat->mem_used = vm_mem_used(); + vmstat->mem_total = vm_mem_total(); return 0; } |