summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vm/vm_object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_object.h b/vm/vm_object.h
index 3bfc67a..71c8545 100644
--- a/vm/vm_object.h
+++ b/vm/vm_object.h
@@ -62,7 +62,7 @@ typedef struct ipc_port * pager_request_t;
*/
struct vm_object {
- queue_chain_t memq; /* Resident memory */
+ queue_head_t memq; /* Resident memory */
decl_simple_lock_data(, Lock) /* Synchronization */
#if VM_OBJECT_DEBUG
thread_t LockHolder; /* Thread holding Lock */