Fix reference to linux-only struct
This commit is contained in:
@@ -25,7 +25,7 @@ type unsupportedCgroupManager struct{}
|
||||
// Make sure that unsupportedCgroupManager implements the CgroupManager interface
|
||||
var _ CgroupManager = &unsupportedCgroupManager{}
|
||||
|
||||
func NewCgroupManager(_ *cgroupSubsystems) CgroupManager {
|
||||
func NewCgroupManager(_ interface{}) CgroupManager {
|
||||
return &unsupportedCgroupManager{}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user