aboutsummaryrefslogtreecommitdiff
path: root/other/java
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-09-24 03:06:44 -0700
committerChris Lu <chris.lu@gmail.com>2020-09-24 03:06:48 -0700
commit5e239afdfc64ef39c5d4f41ec16410e726614eee (patch)
tree8f1088f327777603dbdcb1d137ddc26efd18dfa6 /other/java
parentc7d7b1a0f6e396e481c184c419e89675435f0e18 (diff)
downloadseaweedfs-5e239afdfc64ef39c5d4f41ec16410e726614eee.tar.xz
seaweedfs-5e239afdfc64ef39c5d4f41ec16410e726614eee.zip
hardlink works now
Diffstat (limited to 'other/java')
-rw-r--r--other/java/client/src/main/proto/filer.proto2
1 files changed, 2 insertions, 0 deletions
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<string, bytes> extended = 5;
+ int64 hard_link_id = 7;
+ int32 hard_link_counter = 8; // only exists in hard link meta data
}
message FullEntry {