diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-05-16 00:54:44 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-05-16 00:54:44 -0700 |
| commit | e31c514b00b97c2db20232812899d542e37ea931 (patch) | |
| tree | 2198600b0f337c7575f9b0422edc9b084b9114f6 /weed/pb/filer.proto | |
| parent | 6bf31467c7918b16440be80495a024b877587363 (diff) | |
| download | seaweedfs-e31c514b00b97c2db20232812899d542e37ea931.tar.xz seaweedfs-e31c514b00b97c2db20232812899d542e37ea931.zip | |
adding modified time to file chunk
Diffstat (limited to 'weed/pb/filer.proto')
| -rw-r--r-- | weed/pb/filer.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/pb/filer.proto b/weed/pb/filer.proto index 74b7efcd0..461a76a58 100644 --- a/weed/pb/filer.proto +++ b/weed/pb/filer.proto @@ -62,6 +62,7 @@ message FileChunk { string file_id = 1; int64 offset = 2; uint64 size = 3; + int64 mtime = 4; } message FuseAttributes { |
