mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
82050a5b8f
Signed-off-by: Amit Krishnan <krish.amit@gmail.com>
8 lines
95 B
Go
8 lines
95 B
Go
package libcontainer
|
|
|
|
// Solaris - TODO
|
|
|
|
type Stats struct {
|
|
Interfaces []*NetworkInterface
|
|
}
|