binctr/vendor/github.com/opencontainers/runc/libcontainer/stats_freebsd.go
Jess Frazelle 3cf304f3e1 updates
Signed-off-by: Jess Frazelle <jess@mesosphere.com>
2016-04-15 21:53:49 -07:00

5 lines
76 B
Go

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