aboutsummaryrefslogtreecommitdiff
path: root/weed/filesys/wfs.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/filesys/wfs.go')
-rw-r--r--weed/filesys/wfs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/filesys/wfs.go b/weed/filesys/wfs.go
index 7757e4285..fcce7d9cc 100644
--- a/weed/filesys/wfs.go
+++ b/weed/filesys/wfs.go
@@ -270,6 +270,7 @@ func (wfs *WFS) LookupFn() wdclient.LookupFileIdFunctionType {
}
type NodeWithId uint64
+
func (n NodeWithId) Id() uint64 {
return uint64(n)
}