Guy-Fleury Iteriteka, le mer. 20 janv. 2021 20:58:09 +0200, a ecrit: > * doc/mach.texi(struct thread_sched_info): Add 'int last_processor' item.
Applied, thanks! > --- > doc/mach.texi | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/doc/mach.texi b/doc/mach.texi > index ff15a95..cfa5189 100644 > --- a/doc/mach.texi > +++ b/doc/mach.texi > @@ -4399,6 +4399,9 @@ The current scheduling priority of the thread. > > @item int depress_priority > The priority the thread was depressed from. > + > +@item int last_processor > +The last processor used by the thread. > @end table > @end deftp > > -- > 2.20.1 > >