aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/filer.proto
diff options
context:
space:
mode:
Diffstat (limited to 'weed/pb/filer.proto')
-rw-r--r--weed/pb/filer.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/pb/filer.proto b/weed/pb/filer.proto
index f61b62fa3..c046e48f3 100644
--- a/weed/pb/filer.proto
+++ b/weed/pb/filer.proto
@@ -100,6 +100,7 @@ message Entry {
map<string, bytes> extended = 5;
bytes hard_link_id = 7;
int32 hard_link_counter = 8; // only exists in hard link meta data
+ bytes content = 9; // if not empty, the file content
}
message FullEntry {