Projects
Browse Source     Search     Timeline     Wiki

Changeset 23545

Show
Ignore:
Timestamp:
03/10/08 19:55:06 (9 months ago)
Author:
zarzycki@…
Message:

A more accurate comment for Mach send-once notifications.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/launchd/src/launchd_runtime.c

    r23542 r23545  
    925925do_mach_notify_send_once(mach_port_t notify __attribute__((unused))) 
    926926{ 
    927         /* This message is sent to us every time we close a port that we have 
    928          * outstanding Mach notification requests on. We can safely ignore this 
    929          * message. 
     927        /* 
     928         * This message is sent for each send-once right that is deallocated 
     929         * without being used. 
    930930         */ 
    931931