summaryrefslogtreecommitdiff
path: root/include/mach/thread_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mach/thread_info.h')
-rw-r--r--include/mach/thread_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mach/thread_info.h b/include/mach/thread_info.h
index 60e8ba7f..569c8c84 100644
--- a/include/mach/thread_info.h
+++ b/include/mach/thread_info.h
@@ -107,6 +107,7 @@ struct thread_sched_info {
integer_t cur_priority; /* current priority */
/*boolean_t*/integer_t depressed; /* depressed ? */
integer_t depress_priority; /* priority depressed from */
+ integer_t last_processor; /* last processor used by the thread */
};
typedef struct thread_sched_info thread_sched_info_data_t;