From 1012df7bb55341fb7d835269cf9bb7edc6507d25 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 24 Sep 2020 11:11:42 -0700 Subject: switch hardlink id from int64 to bytes --- other/java/client/src/main/proto/filer.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 f0334a377..daa20c378 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -95,7 +95,7 @@ message Entry { repeated FileChunk chunks = 3; FuseAttributes attributes = 4; map extended = 5; - int64 hard_link_id = 7; + bytes hard_link_id = 7; int32 hard_link_counter = 8; // only exists in hard link meta data } -- cgit v1.2.3