Update memfs-test.c

This commit is contained in:
John Oberschelp 2017-10-09 14:51:18 -07:00 committed by GitHub
parent c9b2c0460b
commit 045a1fa19c

View File

@ -40,6 +40,9 @@ void *memfs_start_ex(ULONG Flags, ULONG FileInfoTimeout)
FileInfoTimeout, FileInfoTimeout,
1024, 1024,
1024 * 1024, 1024 * 1024,
0,0,0, // Slowio
MemfsNet == Flags ? L"\\memfs\\share" : 0, MemfsNet == Flags ? L"\\memfs\\share" : 0,
0, 0,
&Memfs); &Memfs);