diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-01-25 21:09:13 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-01-25 21:09:13 +0000 |
commit | 8cd9f748f9ae08178920b5da213d52f35fe99b90 (patch) | |
tree | e77183af371e23c0ae95209ed60ca6ad09d209c2 | |
parent | 69ef46835377a33515783a52522811c4f986bd09 (diff) |
Formerly no-senders.c.~5~
-rw-r--r-- | libpager/no-senders.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libpager/no-senders.c b/libpager/no-senders.c index 38d1ff72..2414a7f0 100644 --- a/libpager/no-senders.c +++ b/libpager/no-senders.c @@ -20,6 +20,10 @@ #include <stdio.h> #include <mach/notify.h> +/* The libpager library user must call this (and do nothing else) when + a no-senders notification is received for a pager port. P is pager + on for which the notification was received; SEQNO and MSCOUNT are + from the no-senders notification as described in <mach/notify.defs>. */ void pager_no_senders (struct pager *p, mach_port_seqno_t seqno, |