From be9e3862febd938fc90a69277b9cc218a5e46e28 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 22 Jul 2024 11:55:49 +0200 Subject: vm: add snapshot interface --- vm/vmimpl/vmimpl.go | 1 + 1 file changed, 1 insertion(+) (limited to 'vm/vmimpl') diff --git a/vm/vmimpl/vmimpl.go b/vm/vmimpl/vmimpl.go index 564c3e66e..b95bd2a18 100644 --- a/vm/vmimpl/vmimpl.go +++ b/vm/vmimpl/vmimpl.go @@ -79,6 +79,7 @@ type Env struct { SSHKey string SSHUser string Timeouts targets.Timeouts + Snapshot bool Debug bool Config []byte // json-serialized VM-type-specific config KernelSrc string -- cgit mrf-deployment