mirror of
https://github.com/opencontainers/runc.git
synced 2025-10-20 06:14:36 +08:00
7 lines
163 B
Go
7 lines
163 B
Go
package libcontainer
|
|
|
|
// TODO Windows: This can ultimately be entirely factored out as criu is
|
|
// a Unix concept not relevant on Windows.
|
|
type CriuOpts struct {
|
|
}
|