[VictoriaFalls] Register VFS endpoint with yellowstone.
This commit is contained in:
parent
48c7721b0f
commit
38fb6ca170
5 changed files with 30 additions and 8 deletions
|
|
@ -10,5 +10,5 @@ glcr::ErrorOr<glcr::UniquePtr<VFSServer>> VFSServer::Create() {
|
|||
|
||||
glcr::ErrorCode VFSServer::HandleOpenFile(const OpenFileRequest&,
|
||||
OpenFileResponse&) {
|
||||
return glcr::OK;
|
||||
return glcr::UNIMPLEMENTED;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue