aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/mbf/main.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-03-11 20:03:08 +0900
committerOphestra <cat@gensokyo.uk>2026-03-11 20:03:08 +0900
commitfd515badffc159b62c5140b8340164ccd29e41f5 (patch)
treee4bfb24189960c360bd72e964d3f0acb3b28c4b7 /cmd/mbf/main.go
parent330a344845aa8653772a9be6c085f4fdb602a028 (diff)
container: move scheduler policy constants to std
This avoids depending on cgo. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd/mbf/main.go')
-rw-r--r--cmd/mbf/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go
index 096821ba..72d90689 100644
--- a/cmd/mbf/main.go
+++ b/cmd/mbf/main.go
@@ -87,7 +87,7 @@ func main() {
}
if flagIdle {
- pkg.SchedPolicy = container.SCHED_IDLE
+ pkg.SchedPolicy = std.SCHED_IDLE
}
return