1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-10-29 19:18:39 -05:00

Add asynchronous I/O testing to memfs-dotnet.

Make SeekableReadDirectory virtual, so that it can be overridden.
This commit is contained in:
Felix A. Croes
2019-06-04 15:58:54 +02:00
parent af7e5432a7
commit 879fa2464f
2 changed files with 162 additions and 4 deletions

View File

@@ -1291,7 +1291,7 @@ namespace Fsp
ModificationDescriptor,
ref ModifiedDescriptor);
}
public Int32 SeekableReadDirectory(
public virtual Int32 SeekableReadDirectory(
Object FileNode,
Object FileDesc,
String Pattern,