summaryrefslogtreecommitdiff
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>2002-10-18 17:24:30 +0000
committerMatthew Dillon <dillon@FreeBSD.org>2002-10-18 17:24:30 +0000
commitb86ec922be51324fdc6e7d847d6784cf1b526baa (patch)
treed01dd6df2fccbaa5a40ddb0d0da127c651c7c486 /sys/vm/vm_object.h
parent08076c086fdefc0480067fd33bab4a2e28f3180a (diff)
Notes
Diffstat (limited to 'sys/vm/vm_object.h')
-rw-r--r--sys/vm/vm_object.h1
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?? */