summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-06 05:16:00 -0600
committerJeff Carr <[email protected]>2025-03-06 05:34:25 -0600
commite85a8ae69f538147f969859ea45af6048fce243c (patch)
tree2a90f5f94656fb9a7404b538373318f2141c5e76 /structs.go
parent8c7f6c3c1be68c3ac350c4b611e08ed8b23bd3a8 (diff)
talking with zood again
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 154af32..c65bd52 100644
--- a/structs.go
+++ b/structs.go
@@ -4,6 +4,7 @@
package main
import (
+ "sync"
"time"
"go.wit.com/gui"
@@ -33,6 +34,7 @@ type zookeep struct {
}
type stdTableWin struct {
+ sync.Mutex
win *gadgets.GenericWindow // the machines gui window
box *gui.Node // the machines gui parent box widget
TB *zoopb.MachinesTable // the machines gui table buffer