[launchd-changes] [23545] trunk/launchd/src/launchd_runtime.c

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 10 19:55:07 PDT 2008


Revision: 23545
          http://trac.macosforge.org/projects/launchd/changeset/23545
Author:   zarzycki at apple.com
Date:     2008-03-10 19:55:06 -0700 (Mon, 10 Mar 2008)

Log Message:
-----------
A more accurate comment for Mach send-once notifications.

Modified Paths:
--------------
    trunk/launchd/src/launchd_runtime.c

Modified: trunk/launchd/src/launchd_runtime.c
===================================================================
--- trunk/launchd/src/launchd_runtime.c	2008-03-10 21:09:42 UTC (rev 23544)
+++ trunk/launchd/src/launchd_runtime.c	2008-03-11 02:55:06 UTC (rev 23545)
@@ -924,9 +924,9 @@
 kern_return_t
 do_mach_notify_send_once(mach_port_t notify __attribute__((unused)))
 {
-	/* This message is sent to us every time we close a port that we have
-	 * outstanding Mach notification requests on. We can safely ignore this
-	 * message.
+	/*
+	 * This message is sent for each send-once right that is deallocated
+	 * without being used.
 	 */
 
 	return KERN_SUCCESS;

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/launchd-changes/attachments/20080310/7d29e6ec/attachment.html 


More information about the launchd-changes mailing list