From 303764a80bf0e4a79a463d2dd41b7baad6c38038 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 4 Jan 2024 20:20:20 +0100 Subject: awy --- c_lhosts.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'c_lhosts.go') 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 } -- cgit v1.2.3