Merge pull request #361 from jhowardmsft/jjh/criu_opts

Windows: Factor down criu_opts
This commit is contained in:
Mrunal Patel 2015-11-02 15:05:27 -08:00
commit c42a2952c4
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 {
}