AudioServer: Port to socket takeover

This commit is contained in:
Sergey Bugaev 2019-11-26 19:33:48 +03:00 committed by Andreas Kling
commit bd55938985
Notes: sideshowbarker 2024-07-19 11:03:50 +09:00
3 changed files with 4 additions and 3 deletions

View file

@ -3,7 +3,7 @@
#include <SharedBuffer.h>
AClientConnection::AClientConnection()
: ConnectionNG(*this, "/tmp/asportal")
: ConnectionNG(*this, "/tmp/portal/audio")
{
}