1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 19:17:44 +00:00

Base: Launch InspectorServer at session start-up

This commit is contained in:
Lucas CHOLLET 2022-07-24 15:32:41 +02:00 committed by Linus Groh
parent b01822bdd4
commit c248569d6b
5 changed files with 9 additions and 10 deletions

View file

@ -15,7 +15,7 @@ namespace Inspector {
class InspectorServerClient final
: public IPC::ConnectionToServer<InspectorClientEndpoint, InspectorServerEndpoint>
, public InspectorClientEndpoint {
IPC_CLIENT_CONNECTION(InspectorServerClient, "/tmp/portal/inspector"sv)
IPC_CLIENT_CONNECTION(InspectorServerClient, "/tmp/user/%uid/portal/inspector"sv)
public:
virtual ~InspectorServerClient() override = default;