fuse: implementation checkpoint

This commit is contained in:
Bill Zissimopoulos
2016-05-25 16:35:07 -07:00
parent 91825106f1
commit 1f22bd3517
5 changed files with 210 additions and 3 deletions
+1
View File
@@ -366,6 +366,7 @@ FSP_API VOID FspFileSystemStopDispatcher(FSP_FILE_SYSTEM *FileSystem)
WaitForSingleObject(FileSystem->DispatcherThread, INFINITE);
CloseHandle(FileSystem->DispatcherThread);
FileSystem->DispatcherThread = 0;
}
FSP_API VOID FspFileSystemSendResponse(FSP_FILE_SYSTEM *FileSystem,