]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ddb/db_variables.h
xnu-792.tar.gz
[apple/xnu.git] / osfmk / ddb / db_variables.h
index d4c62d17420c30af8abed0c0480916a1b7459a14..2b13c746ef01e7571b2c8eadbb258a65efaef9e4 100644 (file)
@@ -169,7 +169,7 @@ struct db_var_aux_param {
        short           level;                  /* number of levels */
        short           hidden_level;           /* hidden level */
        short           suffix[DB_VAR_LEVEL];   /* suffix */
-       thread_act_t    thr_act;                /* target thr_act */
+       thread_t        thr_act;                /* target thr_act */
 };
 
 typedef struct db_var_aux_param        *db_var_aux_param_t;