epoch(9): missed add from r333755
Reported by: flo Approved by: sbruno
This commit is contained in:
parent
0114ba5b98
commit
4ffa3682bf
@ -322,6 +322,7 @@ struct thread {
|
||||
u_char td_pri_class; /* (t) Scheduling class. */
|
||||
u_char td_user_pri; /* (t) User pri from estcpu and nice. */
|
||||
u_char td_base_user_pri; /* (t) Base user pri */
|
||||
u_char td_pre_epoch_prio;
|
||||
uintptr_t td_rb_list; /* (k) Robust list head. */
|
||||
uintptr_t td_rbp_list; /* (k) Robust priv list head. */
|
||||
uintptr_t td_rb_inact; /* (k) Current in-action mutex loc. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user