mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:47:44 +00:00
AudioServer: Port to socket takeover
This commit is contained in:
parent
22a05621d5
commit
bd55938985
3 changed files with 4 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
#include <SharedBuffer.h>
|
||||
|
||||
AClientConnection::AClientConnection()
|
||||
: ConnectionNG(*this, "/tmp/asportal")
|
||||
: ConnectionNG(*this, "/tmp/portal/audio")
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue