From 5e239afdfc64ef39c5d4f41ec16410e726614eee Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 24 Sep 2020 03:06:44 -0700 Subject: hardlink works now --- other/java/client/src/main/proto/filer.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'other/java/client/src') diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index 9a72bc976..f0334a377 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -95,6 +95,8 @@ message Entry { repeated FileChunk chunks = 3; FuseAttributes attributes = 4; map extended = 5; + int64 hard_link_id = 7; + int32 hard_link_counter = 8; // only exists in hard link meta data } message FullEntry { -- cgit v1.2.3