mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-21 00:38:56 +00:00
Base: Launch AudioServer at session start-up
This commit is contained in:
parent
c248569d6b
commit
4f87f03bd1
Notes:
sideshowbarker
2024-07-17 18:06:52 +09:00
Author: https://github.com/LucasChollet
Commit: 4f87f03bd1
Pull-request: https://github.com/SerenityOS/serenity/pull/14673
Reviewed-by: https://github.com/linusg
6 changed files with 24 additions and 15 deletions
|
@ -26,7 +26,7 @@ namespace Audio {
|
|||
class ConnectionToServer final
|
||||
: public IPC::ConnectionToServer<AudioClientEndpoint, AudioServerEndpoint>
|
||||
, public AudioClientEndpoint {
|
||||
IPC_CLIENT_CONNECTION(ConnectionToServer, "/tmp/portal/audio"sv)
|
||||
IPC_CLIENT_CONNECTION(ConnectionToServer, "/tmp/user/%uid/portal/audio"sv)
|
||||
public:
|
||||
virtual ~ConnectionToServer() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue