windows/utility: Set event in def_io_completion_routine
This commit is contained in:
@@ -54,7 +54,7 @@ namespace datapath {
|
||||
_In_ DWORD dwNumberOfBytesTransfered,
|
||||
_Inout_ LPOVERLAPPED lpOverlapped)
|
||||
{
|
||||
|
||||
SetEvent(lpOverlapped->hEvent);
|
||||
}
|
||||
|
||||
} // namespace utility
|
||||
|
||||
Reference in New Issue
Block a user