aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/opencontainers/runc/libcontainer/criu_opts_windows.go
blob: bc9207703a1dee26b46818a1815843557855db04 (plain)
1
2
3
4
5
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 {
}