diff options
| author | Jeff Carr <[email protected]> | 2025-02-23 04:27:14 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-23 13:13:30 -0600 |
| commit | 13159b5b6435c95de7257faa539064f4b9fa4a12 (patch) | |
| tree | 3f654b67407244ebc959420a5a7596900b294951 /cluster.go | |
| parent | 9dfcbb04329d095bb070c129b0ad63fc7581698e (diff) | |
add daemon killcount and lastpoll
Diffstat (limited to 'cluster.go')
| -rw-r--r-- | cluster.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -22,6 +22,10 @@ func (c *Cluster) GetDropletsPB() *Droplets { return c.d } +func (c *Cluster) GetEventsPB() *Events { + return c.e +} + // adds a new droplet. enforce unique hostnames func (c *Cluster) AddDroplet(newd *Droplet) bool { c.Lock() |
