blob: c629dc67de96df8426456ce87bca3c889f5decf4 [file] [log] [blame] [edit]
package libcontainer
import "github.com/opencontainers/runc/libcontainer/cgroups"
type Stats struct {
Interfaces []*NetworkInterface
CgroupStats *cgroups.Stats
}