aboutsummaryrefslogtreecommitdiff
path: root/other/java/client/src
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-07-14 22:42:52 -0700
committerChris Lu <chris.lu@gmail.com>2020-07-14 22:42:52 -0700
commit0db4204c8123976de9ac611b165f7ea25bd95c4e (patch)
tree9a702f43e81dce9793762378eb5bf233ecc96178 /other/java/client/src
parentbbc8ae110fbd592f68bbee6f26c9ce66709a207d (diff)
downloadseaweedfs-0db4204c8123976de9ac611b165f7ea25bd95c4e.tar.xz
seaweedfs-0db4204c8123976de9ac611b165f7ea25bd95c4e.zip
add is_file_chunks to filer.proto
Diffstat (limited to 'other/java/client/src')
-rw-r--r--other/java/client/src/main/proto/filer.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index 37121f29c..cdcfa44fc 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -115,6 +115,7 @@ message FileChunk {
FileId source_fid = 8;
bytes cipher_key = 9;
bool is_compressed = 10;
+ bool is_file_chunks = 11; // content is a list of FileChunks
}
message FileId {