bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] doc: Add a missing field for 'struct thread_sched_info'.


From: Guy-Fleury Iteriteka
Subject: [PATCH] doc: Add a missing field for 'struct thread_sched_info'.
Date: Wed, 20 Jan 2021 20:58:09 +0200

* doc/mach.texi(struct thread_sched_info): Add 'int last_processor' item.
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]