Files
runc/libcontainer/stats_solaris.go
T
Amit Krishnan 82050a5b8f Get runc to build clean on Solaris
Signed-off-by: Amit Krishnan <krish.amit@gmail.com>
2016-04-12 16:13:08 -07:00

8 lines
95 B
Go

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