automation-tests/pkg/criu/criu_unsupported.go

9 lines
89 B
Go

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