diff options
author | Joe <rbo@gmx.us> | 2024-02-01 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-02-01 20:20:20 +0100 |
commit | 2601e660db5ffb7a57e2496c24f9bbb52a0158f3 (patch) | |
tree | 1b5144ee08df2f2066c039e43c4bafe8786421d9 /src/c_lhosts.go | |
parent | useless changes (diff) | |
download | hardflip-2601e660db5ffb7a57e2496c24f9bbb52a0158f3.tar.gz hardflip-2601e660db5ffb7a57e2496c24f9bbb52a0158f3.tar.bz2 hardflip-2601e660db5ffb7a57e2496c24f9bbb52a0158f3.tar.xz hardflip-2601e660db5ffb7a57e2496c24f9bbb52a0158f3.tar.zst hardflip-2601e660db5ffb7a57e2496c24f9bbb52a0158f3.zip |
conf
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 |