diff options
Diffstat (limited to 'sys/include/vm/vm.h')
-rw-r--r-- | sys/include/vm/vm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/vm/vm.h b/sys/include/vm/vm.h index f6fba66..1c23b8a 100644 --- a/sys/include/vm/vm.h +++ b/sys/include/vm/vm.h @@ -55,6 +55,7 @@ struct vm_range { struct vm_memstat { struct physmem_stat pmem_stat; + size_t vmobj_cnt; }; /* |