containerd/vendor/src/github.com/opencontainers/runc/libcontainer/stats_freebsd.go
Michael Crosby b4c901f34a Revert "Switch to new vendor directory layout"
This reverts commit d5742209d3.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2016-03-17 16:10:24 -07:00

5 lines
76 B
Go

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