[VictoriaFalls] Add the file size to VFS.OpenFile
This commit is contained in:
parent
d7050ff19f
commit
bcd9cf09bc
5 changed files with 28 additions and 8 deletions
|
|
@ -8,5 +8,6 @@ message OpenFileRequest {
|
|||
|
||||
message OpenFileResponse {
|
||||
string path;
|
||||
u64 size;
|
||||
capability memory;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue