Add missing FS:USER functions (#7051)

This commit is contained in:
PabloMK7
2023-10-31 22:01:25 +01:00
committed by GitHub
parent b231a22ea5
commit 597a2e8ead
5 changed files with 232 additions and 21 deletions

View File

@ -221,6 +221,13 @@ public:
return session;
}
/**
* Returns the client thread that made the service request.
*/
std::shared_ptr<Thread> ClientThread() const {
return thread;
}
class WakeupCallback {
public:
virtual ~WakeupCallback() = default;