diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -41,10 +41,7 @@ type HyperT struct { // the stuff that is needed for a hypervisor type DropletT struct { pb *pb.Droplet // the Droplet protobuf - // ConfigState string // what the state of the droplet is SUPPOSED TO BE CurrentState string // what the state of the droplet is ACTUALLY IS - hyperPreferred string // the hypervisor to prefer to run the droplet on - hname string // the hypervisor it's currently running on h *HyperT // the hypervisor it's currently running on lastpoll time.Time // the last time the droplet was seen running starts int // how many times a start event has been attempted |
