aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/opencontainers/runc/libcontainer/stats_linux.go
blob: c629dc67de96df8426456ce87bca3c889f5decf4 (plain)
1
2
3
4
5
6
7
8
package libcontainer

import "github.com/opencontainers/runc/libcontainer/cgroups"

type Stats struct {
	Interfaces  []*NetworkInterface
	CgroupStats *cgroups.Stats
}