1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 02:37:35 +00:00

Base: Launch Request at session start-up

This commit is contained in:
Lucas CHOLLET 2022-07-24 15:11:06 +02:00 committed by Linus Groh
parent 07e89ad538
commit 266e18e0b6
5 changed files with 12 additions and 13 deletions

View file

@ -20,7 +20,7 @@ class Request;
class RequestClient final
: public IPC::ConnectionToServer<RequestClientEndpoint, RequestServerEndpoint>
, public RequestClientEndpoint {
IPC_CLIENT_CONNECTION(RequestClient, "/tmp/portal/request"sv)
IPC_CLIENT_CONNECTION(RequestClient, "/tmp/user/%uid/portal/request"sv)
public:
template<typename RequestHashMapTraits = Traits<String>>