diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2002-10-18 17:24:30 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2002-10-18 17:24:30 +0000 |
| commit | b86ec922be51324fdc6e7d847d6784cf1b526baa (patch) | |
| tree | d01dd6df2fccbaa5a40ddb0d0da127c651c7c486 /sys/vm/vm_object.h | |
| parent | 08076c086fdefc0480067fd33bab4a2e28f3180a (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_object.h')
| -rw-r--r-- | sys/vm/vm_object.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h index b87acce0942f..f73a7297afbf 100644 --- a/sys/vm/vm_object.h +++ b/sys/vm/vm_object.h @@ -92,6 +92,7 @@ struct vm_object { TAILQ_HEAD(, vm_object) shadow_head; /* objects that this is a shadow for */ TAILQ_ENTRY(vm_object) shadow_list; /* chain of shadow objects */ TAILQ_HEAD(, vm_page) memq; /* list of resident pages */ + vm_page_t root; /* root of the resident page splay tree */ int generation; /* generation ID */ vm_pindex_t size; /* Object size */ int ref_count; /* How many refs?? */ |
