diff options
Diffstat (limited to 'vm/vmware')
| -rw-r--r-- | vm/vmware/vmware.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vmware/vmware.go b/vm/vmware/vmware.go index e4379717b..d7c2a5eff 100644 --- a/vm/vmware/vmware.go +++ b/vm/vmware/vmware.go @@ -77,7 +77,7 @@ func (pool *Pool) Count() int { return pool.cfg.Count } -func (pool *Pool) Create(workdir string, index int) (vmimpl.Instance, error) { +func (pool *Pool) Create(_ context.Context, workdir string, index int) (vmimpl.Instance, error) { createTime := strconv.FormatInt(time.Now().UnixNano(), 10) vmx := filepath.Join(workdir, createTime, "syzkaller.vmx") sshkey := pool.env.SSHKey |
