parent
3c9d1d6f1d
commit
1e03cd4377
|
@ -20,8 +20,8 @@ func (b *virtigoT) Enable() {
|
||||||
|
|
||||||
// this app's variables
|
// this app's variables
|
||||||
type virtigoT struct {
|
type virtigoT struct {
|
||||||
cluster *pb.NewCluster // basic cluster settings
|
cluster *pb.Cluster // basic cluster settings
|
||||||
// newc *pb.NewCluster // basic cluster settings
|
// newc *pb.Cluster // basic cluster settings
|
||||||
e *pb.Events // virtbuf events
|
e *pb.Events // virtbuf events
|
||||||
hmap map[*pb.Hypervisor]*HyperT // map to the local struct
|
hmap map[*pb.Hypervisor]*HyperT // map to the local struct
|
||||||
names []string
|
names []string
|
||||||
|
|
Loading…
Reference in New Issue