]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kern/ipc_kobject.h
xnu-6153.81.5.tar.gz
[apple/xnu.git] / osfmk / kern / ipc_kobject.h
index 4431f29ca9f88da1c4df8bf08b9ef995ac3b2648..24913d602da931bbd751ce4e4457e8d1599dcf68 100644 (file)
@@ -174,6 +174,8 @@ __options_decl(ipc_kobject_alloc_options_t, uint32_t, {
        IPC_KOBJECT_ALLOC_NO_GRANT  = 0x00000004,
        /* Make all the send rights immovable */
        IPC_KOBJECT_ALLOC_IMMOVABLE_SEND = 0x00000008,
+       /* Make the port in-transit from the get-go */
+       IPC_KOBJECT_ALLOC_IN_TRANSIT = 0x00000010,
 });
 
 /* Allocates a kobject port, never fails */