podman/pkg/criu/criu_unsupported.go

8 lines
71 B
Go

// +build !linux
package criu
func MemTrack() bool {
return false
}