diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,5 +44,5 @@ type DropletT struct { 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 + starts int // how many times a start event has been attempted } |
