diff options
Diffstat (limited to '')
-rw-r--r-- | src/c_lhosts.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c_lhosts.go b/src/c_lhosts.go index 654da13..e0ad58c 100644 --- a/src/c_lhosts.go +++ b/src/c_lhosts.go @@ -72,6 +72,7 @@ type HostNode struct { Height uint16 `yaml:"height"` Dynamic bool `yaml:"dynamic"` Note string `yaml:"note"` + // TODO: rdp drive Filename string Parent *DirsNode next *HostNode |