mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Support process.scheduler
Spec: https://github.com/opencontainers/runtime-spec/pull/1188 Fix: https://github.com/opencontainers/runc/issues/3895 Co-authored-by: lifubang <lifubang@acmcoder.com> Signed-off-by: utam0k <k0ma@utam0k.jp> Signed-off-by: lifubang <lifubang@acmcoder.com>
This commit is contained in:
@@ -95,6 +95,8 @@ type Process struct {
|
||||
//
|
||||
// For cgroup v2, the only key allowed is "".
|
||||
SubCgroupPaths map[string]string
|
||||
|
||||
Scheduler *configs.Scheduler
|
||||
}
|
||||
|
||||
// Wait waits for the process to exit.
|
||||
|
||||
Reference in New Issue
Block a user