]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ipc/ipc_space.h
xnu-1228.15.4.tar.gz
[apple/xnu.git] / osfmk / ipc / ipc_space.h
index 3c8aea3f9045da983558f174b760239485c9663b..792fe68940777e493a225781ccb55acf65490a9e 100644 (file)
  * any improvements or extensions that they make and grant Carnegie Mellon
  * the rights to redistribute these changes.
  */
+/*
+ * NOTICE: This file was modified by McAfee Research in 2004 to introduce
+ * support for mandatory and extensible security protections.  This notice
+ * is included in support of clause 2.2 (b) of the Apple Public License,
+ * Version 2.0.
+ */
 /*
  */
 /*
@@ -75,7 +81,7 @@
 #include <sys/appleapiopts.h>
 
 #ifdef __APPLE_API_PRIVATE
-#ifdef MACH_KERNEL_PRIVATE
+#if MACH_KERNEL_PRIVATE
 #include <mach_kdb.h>
 #include <kern/macro_help.h>
 #include <kern/kern_types.h>
@@ -119,6 +125,8 @@ struct ipc_space {
        ipc_entry_num_t is_tree_small;  /* # of small entries in the tree */
        ipc_entry_num_t is_tree_hash;   /* # of hashed entries in the tree */
        boolean_t is_fast;              /* for is_fast_space() */
+
+       task_t is_task;                 /* associated task */
 };
 
 #define        IS_NULL                 ((ipc_space_t) 0)