aboutsummaryrefslogtreecommitdiffstats
path: root/c_lhosts.go
diff options
context:
space:
mode:
Diffstat (limited to 'c_lhosts.go')
-rw-r--r--c_lhosts.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/c_lhosts.go b/c_lhosts.go
index 986fd71..c3d2c77 100644
--- a/c_lhosts.go
+++ b/c_lhosts.go
@@ -157,6 +157,10 @@ func (host *HostNode) is_dir() bool {
return false
}
+func (host *HostNode) get_id() int {
+ return host.ID
+}
+
func (host *HostNode) get_self_dirs() *DirsNode {
return nil
}