Merge pull request #361 from jhowardmsft/jjh/criu_opts
Windows: Factor down criu_opts
This commit is contained in:
commit
c42a2952c4
|
@ -1,3 +1,5 @@
|
|||
// +build linux freebsd
|
||||
|
||||
package libcontainer
|
||||
|
||||
// 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