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.proto3
1 files changed, 2 insertions, 1 deletions
diff --git a/weed/pb/filer.proto b/weed/pb/filer.proto
index 7681c6c5e..fc06c3e84 100644
--- a/weed/pb/filer.proto
+++ b/weed/pb/filer.proto
@@ -63,7 +63,7 @@ message Entry {
bool is_directory = 2;
repeated FileChunk chunks = 3;
FuseAttributes attributes = 4;
- map<string, string> extended = 5;
+ map<string, bytes> extended = 5;
}
message EventNotification {
@@ -100,6 +100,7 @@ message GetEntryAttributesRequest {
message GetEntryAttributesResponse {
FuseAttributes attributes = 1;
repeated FileChunk chunks = 2;
+ map<string, bytes> extended = 3;
}
message GetFileContentRequest {