summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 3a6927e..b924c69 100644
--- a/structs.go
+++ b/structs.go
@@ -22,7 +22,8 @@ type Forge struct {
fullscan time.Time // time of the last scan so it can be throttled
hostname string // your hostname
forgeURL string // URL to use to forge.wit.com
- // Machine *zoopb.Machine // things for virtigo to track vm's
+ rillX int // used for Rill()
+ rillY int // used for Rill()
}
func (f *Forge) GetGoSrc() string {