diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-01-25 21:06:48 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-01-25 21:06:48 +0000 |
commit | 8339cd1cd554f322d3c59af8a87869849cb7165a (patch) | |
tree | 6735afcd46de6931739a101ec55364190ca2aa4d | |
parent | ffcaeaa2b75797f54c3c1803a00e57de2172206e (diff) |
Formerly lock-completed.c.~4~
-rw-r--r-- | libpager/lock-completed.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libpager/lock-completed.c b/libpager/lock-completed.c index 5ddd005c..ed9209da 100644 --- a/libpager/lock-completed.c +++ b/libpager/lock-completed.c @@ -19,8 +19,9 @@ #include "memory_object.h" #include <stdio.h> -/* A lock_request has finished. Do our part of the wakeup - process. */ +/* The kernel calls this (as described in <mach/memory_object.defs>) + when a memory_object_lock_request call has completed. Read this + in combination with lock-object.c. */ error_t _pager_seqnos_memory_object_lock_completed (mach_port_t object, mach_port_seqno_t seqno, |