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

7 lines
95 B
Go

package libcontainer
// Solaris - TODO
type Stats struct {
Interfaces []*NetworkInterface
}