Tizen_4.0 base
[platform/upstream/docker-engine.git] / vendor / github.com / opencontainers / runc / libcontainer / stats_linux.go
1 package libcontainer
2
3 import "github.com/opencontainers/runc/libcontainer/cgroups"
4
5 type Stats struct {
6         Interfaces  []*NetworkInterface
7         CgroupStats *cgroups.Stats
8 }