Files
runc/libcontainer/stats_windows.go
Michael Crosby 8f97d39dd2 Move libcontainer into subdirectory
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2015-06-21 19:29:15 -07:00

6 lines
76 B
Go

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