mirror of
https://github.com/rancher/os.git
synced 2025-09-06 17:22:34 +00: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 {
|
|
}
|