SVC: Correct SendSyncRequest.

This commit is contained in:
Fernando Sahmkow 2020-02-25 19:43:28 -04:00
parent 5c70bfcef7
commit 85ca7b2bdb
8 changed files with 116 additions and 54 deletions

View file

@ -279,6 +279,8 @@ public:
sleep_cancelled = true;
}
void Release();
private:
Handle& event_handle;
Thread* time_task;