cri-o/vendor/github.com/opencontainers/runc/libcontainer/stats_solaris.go
Antonio Murdaca 4bc8701fc0
*: switch from godep to glide
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2016-09-17 17:06:30 +02:00

7 lines
95 B
Go

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