mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-15 23:09:05 +00:00
Ladybird: Set Mach port server namespace to ladybird.org
This commit is contained in:
parent
faa6022ced
commit
0384b484bd
Notes:
github-actions[bot]
2024-07-20 21:04:32 +00:00
Author: https://github.com/ADKaster
Commit: 0384b484bd
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/737
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ namespace Ladybird {
|
||||||
|
|
||||||
MachPortServer::MachPortServer()
|
MachPortServer::MachPortServer()
|
||||||
: m_thread(Threading::Thread::construct([this]() -> intptr_t { thread_loop(); return 0; }, "MachPortServer"sv))
|
: m_thread(Threading::Thread::construct([this]() -> intptr_t { thread_loop(); return 0; }, "MachPortServer"sv))
|
||||||
, m_server_port_name(ByteString::formatted("org.SerenityOS.Ladybird.helper.{}", getpid()))
|
, m_server_port_name(ByteString::formatted("org.ladybird.Ladybird.helper.{}", getpid()))
|
||||||
{
|
{
|
||||||
if (auto err = allocate_server_port(); err.is_error())
|
if (auto err = allocate_server_port(); err.is_error())
|
||||||
dbgln("Failed to allocate server port: {}", err.error());
|
dbgln("Failed to allocate server port: {}", err.error());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue