pulse-server: split out server creation and socket handling

Part of !776.
This commit is contained in:
Barnabás Pőcze 2021-06-18 23:46:50 +02:00
parent 49d31ea0af
commit d366487116
7 changed files with 1077 additions and 964 deletions

View file

@ -44,6 +44,7 @@
#include "message.h"
#include "operation.h"
#include "pending-sample.h"
#include "server.h"
#include "stream.h"
static int client_free_stream(void *item, void *data)