summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
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 599df51..b59f7fe 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -112,6 +112,7 @@ struct vm_object {
*/
struct {
off_t vnp_size;
+ vm_ooffset_t writemappings;
} vnp;
/*
OpenPOWER on IntegriCloud