aboutsummaryrefslogtreecommitdiffstats
path: root/c_hardflip.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2023-12-28 20:20:20 +0100
committerJoe <rbo@gmx.us>2023-12-28 20:20:20 +0100
commit7fb69d9134866a699047350b50dea17b416d20cf (patch)
tree7aa1bc6e98759deb5589cf4df06e27f71173031e /c_hardflip.go
parentits not the way (diff)
downloadhardflip-7fb69d9134866a699047350b50dea17b416d20cf.tar.gz
hardflip-7fb69d9134866a699047350b50dea17b416d20cf.tar.bz2
hardflip-7fb69d9134866a699047350b50dea17b416d20cf.tar.xz
hardflip-7fb69d9134866a699047350b50dea17b416d20cf.tar.zst
hardflip-7fb69d9134866a699047350b50dea17b416d20cf.zip
did the test and items list doesnt take much more ram so idk
Diffstat (limited to 'c_hardflip.go')
-rw-r--r--c_hardflip.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/c_hardflip.go b/c_hardflip.go
index 356233e..6f575eb 100644
--- a/c_hardflip.go
+++ b/c_hardflip.go
@@ -70,6 +70,9 @@ func main() {
data_dir,
}
for dir := ldirs.head; dir != nil ; dir = dir.next {
+ for host := ldirs.head.lhost.head; host != nil; host = host.next {
+ fmt.Println(host.ID, host.Filename)
+ }
fmt.Println("next dir")
}
return