Sign in
chromium
/
external
/
github.com
/
docker
/
runc
/
refs/heads/17.03.x
/
.
/
libcontainer
/
stats_linux.go
blob: c629dc67de96df8426456ce87bca3c889f5decf4 [
file
] [
log
] [
blame
] [
edit
]
package libcontainer
import "github.com/opencontainers/runc/libcontainer/cgroups"
type Stats struct {
Interfaces []*NetworkInterface
CgroupStats *cgroups.Stats
}