Sign in
cos
/
third_party
/
runc
/
refs/heads/release-R129
/
.
/
libcontainer
/
configs
/
cgroup_unsupported.go
blob: 53f5ec5a0dab056e445403e4ecf9fac523ee6378 [
file
] [
edit
]
//go:build !linux
package configs
// Cgroup holds properties of a cgroup on Linux
// TODO Windows: This can ultimately be entirely factored out on Windows as
// cgroups are a Unix-specific construct.
type Cgroup struct{}