aboutsummaryrefslogtreecommitdiff
path: root/libpager/notify-stubs.c
Commit message (Collapse)AuthorAgeFilesLines
* Further port sequence number cleanup.Thomas Schwinge2011-11-241-25/+15
| | | | | | | | | * libpager/priv.h (struct pager): Make seqno member of type mach_port_seqno_t. Change all users. * libpager/seqnos.c (_pager_stubs_update_seqno): Rename to _pager_update_seqno. Change all users. * libpager/demuxer.c (pager_demuxer): Make use of _pager_update_seqno. * libpager/notify-stubs.c: Remove unused attribute where no longer appropriate.
* Don't forget to update port sequence numbers in stub functions.Sergio Lopez2011-11-241-1/+12
| | | | | | | | | | | | | | | * seqnos.c (_pager_stubs_update_seqno): New function. * priv.h (_pager_stubs_update_seqno): New function. * notify-stubs.c (_pager_do_seqnos_mach_notify_port_deleted): Call _pager_stubs_update_seqno to properly update seqno. (_pager_do_seqnos_mach_notify_msg_accepted): Likewise. (_pager_do_seqnos_mach_notify_port_destroyed): Likewise. (_pager_do_seqnos_mach_notify_send_once): Likewise. (_pager_do_seqnos_mach_notify_dead_name): Likewise. * stubs.c (_pager_seqnos_memory_object_copy): Likewise. (_pager_seqnos_memory_object_data_write): Likewise. (_pager_seqnos_memory_object_supply_completed): Likewise.
* Include <errno.h>.Michael I. Bushnell1995-06-221-0/+1
|
* Initial revisionMichael I. Bushnell1995-06-221-0/+74