summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index a5b726f..757a0bd 100644
--- a/structs.go
+++ b/structs.go
@@ -15,5 +15,6 @@ type stuff struct {
pollDelay time.Duration // how often to report our status
dog *time.Ticker // the watchdog timer
distro string // debian,redhat,gentoo,macos,wincrap
+ machine *zoopb.Machine // my protobuf
packages *zoopb.Packages // installed packages and versions
}