mirror of
https://github.com/containers/podman.git
synced 2025-12-09 07:09:03 +08:00
vendor in latests containers/common
To include export HostContainersInternal Signed-off-by: Black-Hole1 <bh@bugs.cc>
This commit is contained in:
2
vendor/github.com/containers/common/pkg/cgroups/cpuset_linux.go
generated
vendored
2
vendor/github.com/containers/common/pkg/cgroups/cpuset_linux.go
generated
vendored
@@ -52,6 +52,6 @@ func (c *linuxCpusetHandler) Destroy(ctr *CgroupControl) error {
|
||||
}
|
||||
|
||||
// Stat fills a metrics structure with usage stats for the controller
|
||||
func (c *linuxCpusetHandler) Stat(ctr *CgroupControl, m *cgroups.Stats) error {
|
||||
func (c *linuxCpusetHandler) Stat(_ *CgroupControl, _ *cgroups.Stats) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user