summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-22 18:19:21 -0500
committerJeff Carr <[email protected]>2024-10-22 18:19:21 -0500
commitb1a943fa3dff6a9a0d7f802111334be7d1175492 (patch)
tree9bfc53db8a75466c51b0543a23f81285e3ab72eb /structs.go
parent3ba9a5da209bf070a268b20df48a5a41f7b31109 (diff)
compiles and runs
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/structs.go b/structs.go
index 25a6169..b8584e4 100644
--- a/structs.go
+++ b/structs.go
@@ -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