From 0f86942849f5a3f5c798e120089166823bda8681 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Wed, 3 Nov 2021 10:39:41 +0000 Subject: [PATCH] Update 'proto/mf.proto' --- proto/mf.proto | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/proto/mf.proto b/proto/mf.proto index 18603ae..c927172 100644 --- a/proto/mf.proto +++ b/proto/mf.proto @@ -28,8 +28,13 @@ message MFFile { message MFFilePath { string path = 1; + // when verifying, count(hashes) must be > 0. optional repeated MFFileChecksum hashes = 2; - optional string mimeType = 3; + optional string mimeType = 101; + optional string mtime = 102; + optional string ctime = 103; + optional string atime = 104; + } message MFFileChecksum {