Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com> Upstream-commit: 7acea2a243d25c061d12a2a2f8bbd4e5955a85f4 Component: engine
5 lines
127 B
Go
5 lines
127 B
Go
package cgroups
|
|
|
|
// Hierarchy enableds both unified and split hierarchy for cgroups
|
|
type Hierarchy func() ([]Subsystem, error)
|