hst: expose scheduling priority
Some checks failed
Test / Create distribution (push) Successful in 1m1s
Test / Sandbox (push) Successful in 2m45s
Test / Hakurei (push) Failing after 3m9s
Test / ShareFS (push) Successful in 3m39s
Test / Sandbox (race detector) (push) Successful in 4m55s
Test / Hakurei (race detector) (push) Failing after 5m9s
Test / Flake checks (push) Has been skipped

This is useful when limits are configured to allow it.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-03-12 01:20:08 +09:00
parent 196b200d0f
commit 17b6abe4b5
5 changed files with 29 additions and 9 deletions

View File

@@ -100,7 +100,8 @@ func newOutcomeState(k syscallDispatcher, msg message.Msg, id *hst.ID, config *h
PrivPID: k.getpid(),
Verbose: msg.IsVerbose(),
SchedPolicy: config.SchedPolicy,
SchedPolicy: config.SchedPolicy,
SchedPriority: config.SchedPriority,
},
ID: id,