diff options
Diffstat (limited to 'vm/vm_object.h')
-rw-r--r-- | vm/vm_object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_object.h b/vm/vm_object.h index 3bfc67ab..71c85459 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 */ |