Re: [PATCH gnumach] Fix task_info for TASK_THREAD_TIMES_INFO.

2023-05-17 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le mar. 16 mai 2023 23:01:01 -0400, a ecrit: > We are checking for the existence of time_value64_t but we didn't add > that to the task_thread_times_info structure. > --- > include/mach/task_info.h | 6 ++ > kern/task.c | 8 +++- > 2 files change

[PATCH gnumach] Fix task_info for TASK_THREAD_TIMES_INFO.

2023-05-16 Thread Flavio Cruz
We are checking for the existence of time_value64_t but we didn't add that to the task_thread_times_info structure. --- include/mach/task_info.h | 6 ++ kern/task.c | 8 +++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/include/mach/task_info.h b/include/mach