]> git.saurik.com Git - apple/launchd.git/blobdiff - src/job_types.defs
launchd-842.92.1.tar.gz
[apple/launchd.git] / src / job_types.defs
index f6ba31a30f6b12e31126f9d9755283126841e3e7..77390a0612e2a154e16b9108536b92198a509a7f 100644 (file)
  * Copyright, 1990.  All rights reserved.
  */
 
-/* This really should be a part of the standard types... */
+/* These really should be a part of the standard types... */
 type mach_port_move_send_array_t = array[] of mach_port_move_send_t
        ctype: mach_port_array_t;
+type mach_port_make_send_array_t = array[] of mach_port_make_send_t
+       ctype: mach_port_array_t;
 
 type pid_t = integer_t;
 type pid_array_t = ^array [] of pid_t;