4bc8701fc0
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
6 lines
163 B
Go
6 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 {
|
|
}
|