Windows: Factor down criu_opts
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
bed70ca579
commit
78351a8e3d
|
@ -1,3 +1,5 @@
|
||||||
|
// +build linux freebsd
|
||||||
|
|
||||||
package libcontainer
|
package libcontainer
|
||||||
|
|
||||||
// cgroup restoring strategy provided by criu
|
// cgroup restoring strategy provided by criu
|
|
@ -0,0 +1,6 @@
|
||||||
|
package libcontainer
|
||||||
|
|
||||||
|
// TODO Windows: This can ultimately be entirely factored out as criu is
|
||||||
|
// a Unix concept not relevant on Windows.
|
||||||
|
type CriuOpts struct {
|
||||||
|
}
|
Loading…
Reference in New Issue