X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/3903760236c30e3b5ace7a4eefac3a269d68957c..527f99514973766e9c0382a4d8550dfb00f54939:/osfmk/kperf/sample.h diff --git a/osfmk/kperf/sample.h b/osfmk/kperf/sample.h index 42637fa31..35175294f 100644 --- a/osfmk/kperf/sample.h +++ b/osfmk/kperf/sample.h @@ -53,6 +53,6 @@ struct kperf_sample { }; /* cache of threads on each CPU during a timer fire */ -extern thread_t *kperf_thread_on_cpus; +extern uint64_t *kperf_tid_on_cpus; #endif /* !defined(KPERF_SAMPLE_H) */