1
0
mirror of https://github.com/opencontainers/runc.git synced 2025-10-28 18:14:51 +03:00
Files
runc/libcontainer/stats_linux.go
Michael Crosby 080df7ab88 Update import paths for new repository
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2015-06-21 19:29:59 -07:00

9 lines
167 B
Go

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