X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/0b4e3aa066abc0728aacb4bbeb86f53f9737156e..9bccf70c0258c7cac2dcb80011b2a964d884c552:/osfmk/mach/host_info.h diff --git a/osfmk/mach/host_info.h b/osfmk/mach/host_info.h index b5554be32..28cdb19fe 100644 --- a/osfmk/mach/host_info.h +++ b/osfmk/mach/host_info.h @@ -89,7 +89,8 @@ typedef integer_t host_flavor_t; #define HOST_SCHED_INFO 3 /* scheduling info */ #define HOST_RESOURCE_SIZES 4 /* kernel struct sizes */ #define HOST_PRIORITY_INFO 5 /* priority information */ -#define HOST_SEMAPHORE_TRAPS 7 /* Has semaphore traps - temporary */ +#define HOST_SEMAPHORE_TRAPS 7 /* Has semaphore traps */ +#define HOST_MACH_MSG_TRAP 8 /* Has mach_msg_trap */ struct host_basic_info { integer_t max_cpus; /* max number of cpus possible */