aboutsummaryrefslogtreecommitdiffstats
path: root/c_lhosts.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-01-05 20:20:20 +0100
committerJoe <rbo@gmx.us>2024-01-05 20:20:20 +0100
commit1e69cade4a6a82c66d5d60000d00aaaf4a084d4d (patch)
treea5e7a73c76687776f25e8f29b3940fe78bc74c89 /c_lhosts.go
parentnow really draw (diff)
downloadhardflip-1e69cade4a6a82c66d5d60000d00aaaf4a084d4d.tar.gz
hardflip-1e69cade4a6a82c66d5d60000d00aaaf4a084d4d.tar.bz2
hardflip-1e69cade4a6a82c66d5d60000d00aaaf4a084d4d.tar.xz
hardflip-1e69cade4a6a82c66d5d60000d00aaaf4a084d4d.tar.zst
hardflip-1e69cade4a6a82c66d5d60000d00aaaf4a084d4d.zip
it builds at least
Diffstat (limited to 'c_lhosts.go')
-rw-r--r--c_lhosts.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/c_lhosts.go b/c_lhosts.go
index 48c3a8b..fde5881 100644
--- a/c_lhosts.go
+++ b/c_lhosts.go
@@ -74,6 +74,7 @@ type HostNode struct {
Dynamic bool `yaml:"dynamic"`
Note string `yaml:"note"`
Filename string
+ Parent *DirsNode
next *HostNode
}