Windows: Factor down criu_opts

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard 2015-10-23 12:58:59 -07:00
parent bed70ca579
commit 78351a8e3d
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// +build linux freebsd
package libcontainer
// cgroup restoring strategy provided by criu

View File

@ -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 {
}