aboutsummaryrefslogtreecommitdiffstats
path: root/c_lhosts.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-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
}