diff options
author | Guy-Fleury Iteriteka <gfleury@disroot.org> | 2021-01-20 20:58:09 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-01-20 20:05:45 +0100 |
commit | 43c6e539d6d334a6cea2f7995df2e62439830227 (patch) | |
tree | db5ab820763dcf492429f039704436b826222659 /doc | |
parent | 4ea48152b64f14dd6ec3675c096dc6ea9bbc87a1 (diff) | |
download | gnumach-43c6e539d6d334a6cea2f7995df2e62439830227.tar.gz gnumach-43c6e539d6d334a6cea2f7995df2e62439830227.tar.bz2 gnumach-43c6e539d6d334a6cea2f7995df2e62439830227.zip |
doc: Add a missing field for 'struct thread_sched_info'.
* doc/mach.texi(struct thread_sched_info): Add 'int last_processor' item.
Message-Id: <20210120185809.2429-1-gfleury@disroot.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mach.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/mach.texi b/doc/mach.texi index ff15a95a..cfa5189f 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 |