adding modified time to file chunk

This commit is contained in:
Chris Lu
2018-05-16 00:54:44 -07:00
parent 6bf31467c7
commit e31c514b00
5 changed files with 64 additions and 49 deletions

View File

@@ -62,6 +62,7 @@ message FileChunk {
string file_id = 1;
int64 offset = 2;
uint64 size = 3;
int64 mtime = 4;
}
message FuseAttributes {