diff options
Diffstat (limited to 'vendor/github.com/containerd/cgroups/subsystem.go')
-rw-r--r-- | vendor/github.com/containerd/cgroups/subsystem.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/containerd/cgroups/subsystem.go b/vendor/github.com/containerd/cgroups/subsystem.go index aab403b8a..9393eec19 100644 --- a/vendor/github.com/containerd/cgroups/subsystem.go +++ b/vendor/github.com/containerd/cgroups/subsystem.go @@ -67,7 +67,7 @@ type deleter interface { type stater interface { Subsystem - Stat(path string, stats *Stats) error + Stat(path string, stats *Metrics) error } type updater interface { |