diff options
Diffstat (limited to 'c_ldirs.go')
-rw-r--r-- | c_ldirs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ type DirsNode struct { Parent *DirsNode Depth uint16 lhost *HostList + // HACK: remove Folded bool if maps work Folded bool next *DirsNode } |