summaryrefslogtreecommitdiff
path: root/vm/vm_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vm_object.h')
-rw-r--r--vm/vm_object.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vm/vm_object.h b/vm/vm_object.h
index c9925709..8ab97699 100644
--- a/vm/vm_object.h
+++ b/vm/vm_object.h
@@ -40,6 +40,7 @@
#include <mach/memory_object.h>
#include <mach/port.h>
#include <mach/vm_prot.h>
+#include <mach/vm_advice.h>
#include <mach/machine/vm_types.h>
#include <kern/queue.h>
#include <kern/lock.h>
@@ -88,6 +89,7 @@ struct vm_object {
memory_object_copy_strategy_t
copy_strategy; /* How to handle data copy */
+ vm_advice_t advice; /* How to handle page faults */
unsigned int
absent_count; /* The number of pages that