]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ipc/ipc_notify.c
xnu-3789.31.2.tar.gz
[apple/xnu.git] / osfmk / ipc / ipc_notify.c
index 25a26aa63956d194316e3e434ffdb6f0977135a7..498401cc005555bc9e63e1f606324c7b2806178d 100644 (file)
@@ -88,6 +88,24 @@ ipc_notify_port_deleted(
        /* send-once right consumed */
 }
 
+/*
+ *     Routine:        ipc_notify_send_possible
+ *     Purpose:
+ *             Send a send-possible notification.
+ *     Conditions:
+ *             Nothing locked.
+ *             Consumes a ref/soright for port.
+ */
+
+void
+ipc_notify_send_possible(
+       ipc_port_t              port,
+       mach_port_name_t        name)
+{
+       (void)mach_notify_send_possible(port, name);
+       /* send-once right consumed */
+}
+
 /*
  *     Routine:        ipc_notify_port_destroyed
  *     Purpose: