diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -16,9 +16,10 @@ func (b *virtigoT) Enable() { // this app's variables type virtigoT struct { - names []string - hypers []*HyperT - droplets []*DropletT + names []string + hypers []*HyperT + droplets []*DropletT + killcount int } // the stuff that is needed for a hypervisor |
