Tizen_4.0 base
[platform/upstream/docker-engine.git] / vendor / github.com / opencontainers / runc / libcontainer / configs / cgroup_windows.go
1 package configs
2
3 // TODO Windows: This can ultimately be entirely factored out on Windows as
4 // cgroups are a Unix-specific construct.
5 type Cgroup struct {
6 }