1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 06:40:31 +00:00
Files
os/vendor/github.com/opencontainers/runc/libcontainer/stats_linux.go
2015-12-04 20:19:31 +05:00

9 lines
167 B
Go

package libcontainer
import "github.com/opencontainers/runc/libcontainer/cgroups"
type Stats struct {
Interfaces []*NetworkInterface
CgroupStats *cgroups.Stats
}