X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2d21ac55c334faf3a56e5634905ed6987fc787d4..813fb2f63a553c957e917ede5f119b021d6ce391:/osfmk/mach/thread_status.h diff --git a/osfmk/mach/thread_status.h b/osfmk/mach/thread_status.h index aead09bf9..cef4380bf 100644 --- a/osfmk/mach/thread_status.h +++ b/osfmk/mach/thread_status.h @@ -87,6 +87,7 @@ typedef natural_t thread_state_data_t[THREAD_STATE_MAX]; #define THREAD_STATE_FLAVOR_LIST 0 /* List of valid flavors */ #define THREAD_STATE_FLAVOR_LIST_NEW 128 +#define THREAD_STATE_FLAVOR_LIST_10_9 129 typedef int thread_state_flavor_t; typedef thread_state_flavor_t *thread_state_flavor_array_t;