X-Git-Url: https://git.saurik.com/apple/system_cmds.git/blobdiff_plain/570be395dcde3f3b276ebfeb106f5fbf0818b829..c0bbac3af796bf66522d3c580f1596aef9d86002:/lsmp.tproj/common.h?ds=sidebyside diff --git a/lsmp.tproj/common.h b/lsmp.tproj/common.h index 8ab5eab..9a47012 100644 --- a/lsmp.tproj/common.h +++ b/lsmp.tproj/common.h @@ -97,8 +97,8 @@ typedef struct my_per_task_info { * Need to stay in sync to print accurate results. */ #define IKOT_NONE 0 -#define IKOT_THREAD 1 -#define IKOT_TASK 2 +#define IKOT_THREAD_CONTROL 1 +#define IKOT_TASK_CONTROL 2 #define IKOT_HOST 3 #define IKOT_HOST_PRIV 4 #define IKOT_PROCESSOR 5 @@ -135,12 +135,19 @@ typedef struct my_per_task_info { #define IKOT_TASK_RESUME 36 #define IKOT_VOUCHER 37 #define IKOT_VOUCHER_ATTR_CONTROL 38 -#define IKOT_WORK_INTERVAL 39 -#define IKOT_UX_HANDLER 40 -#define IKOT_UEXT_OBJECT 41 -#define IKOT_ARCADE_REG 42 - -#define IKOT_UNKNOWN 43 /* magic catchall */ +#define IKOT_WORK_INTERVAL 39 +#define IKOT_UX_HANDLER 40 +#define IKOT_UEXT_OBJECT 41 +#define IKOT_ARCADE_REG 42 +#define IKOT_EVENTLINK 43 +#define IKOT_TASK_INSPECT 44 +#define IKOT_TASK_READ 45 +#define IKOT_THREAD_INSPECT 46 +#define IKOT_THREAD_READ 47 +#define IKOT_SUID_CRED 48 +#define IKOT_HYPERVISOR 49 + +#define IKOT_UNKNOWN 50 /* magic catchall */ #define IKOT_MAX_TYPE (IKOT_UNKNOWN+1) /* # of IKOT_ types */