[VictoriaFalls] Add the file size to VFS.OpenFile

This commit is contained in:
Drew Galbraith 2023-11-02 21:02:56 -07:00
parent d7050ff19f
commit bcd9cf09bc
5 changed files with 28 additions and 8 deletions

View file

@ -8,5 +8,6 @@ message OpenFileRequest {
message OpenFileResponse {
string path;
u64 size;
capability memory;
}