From eacf3b8bef9801126c5693660acc2d03e3664025 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 30 Oct 2024 18:09:54 -0500 Subject: events is now c.E Signed-off-by: Jeff Carr --- structs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 715231a..d8c0823 100644 --- a/structs.go +++ b/structs.go @@ -21,6 +21,7 @@ func (b *virtigoT) Enable() { // this app's variables type virtigoT struct { cluster *pb.Cluster // basic cluster settings + e *pb.Events // virtbuf events hmap map[*pb.Hypervisor]*HyperT // map to the local struct names []string hypers []*HyperT -- cgit v1.2.3