From 0db4204c8123976de9ac611b165f7ea25bd95c4e Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 14 Jul 2020 22:42:52 -0700 Subject: add is_file_chunks to filer.proto --- other/java/client/src/main/proto/filer.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'other/java/client/src/main') 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 { -- cgit v1.2.3