containerd/vendor/github.com/opencontainers/runc/libcontainer/stats_freebsd.go
Marcos Lilljedahl d5742209d3 Switch to new vendor directory layout
Fixes #113

Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
2016-03-16 01:56:22 -03:00

5 lines
76 B
Go

package libcontainer
type Stats struct {
Interfaces []*NetworkInterface
}