aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/outcome
diff options
context:
space:
mode:
Diffstat (limited to 'internal/outcome')
-rw-r--r--internal/outcome/shim.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/internal/outcome/shim.go b/internal/outcome/shim.go
index a35ea1fe..91bd70a4 100644
--- a/internal/outcome/shim.go
+++ b/internal/outcome/shim.go
@@ -18,6 +18,7 @@ import (
"hakurei.app/container/fhs"
"hakurei.app/container/seccomp"
"hakurei.app/container/std"
+ "hakurei.app/ext"
"hakurei.app/hst"
"hakurei.app/internal/pipewire"
"hakurei.app/message"
@@ -74,9 +75,9 @@ type shimParams struct {
Verbose bool
// Copied from [hst.Config].
- SchedPolicy std.SchedPolicy
+ SchedPolicy ext.SchedPolicy
// Copied from [hst.Config].
- SchedPriority std.Int
+ SchedPriority ext.Int
// Outcome setup ops, contains setup state. Populated by outcome.finalise.
Ops []outcomeOp