From 970e6c24dc98d81e1726db3afe1dca8a67ad4832 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 26 Oct 2024 19:34:32 -0500 Subject: compiles Signed-off-by: Jeff Carr --- start.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'start.go') diff --git a/start.go b/start.go index ada3824..7c28f76 100644 --- a/start.go +++ b/start.go @@ -5,13 +5,14 @@ package main import ( "errors" + pb "go.wit.com/lib/protobuf/virtbuf" "go.wit.com/lib/virtigoxml" "go.wit.com/log" "libvirt.org/go/libvirtxml" ) -func newStart(start string) error { - d := me.cluster.FindDroplet(start) +func newStart(start string, d *pb.Droplet) error { + // d := me.cluster.FindDroplet(start) if d == nil { log.Info("droplet is unknown:", start) return errors.New("droplet is unknown: " + start) -- cgit v1.2.3