pulse-server: split out message-handler

Part of !776.
This commit is contained in:
Barnabás Pőcze 2021-06-19 00:38:56 +02:00
parent c9f5deb81d
commit e966b1d6f2
4 changed files with 29 additions and 6 deletions

View file

@ -34,7 +34,6 @@
#include <time.h>
#include <sys/time.h>
#include <fcntl.h>
#include <regex.h>
#include <pipewire/log.h>
@ -67,6 +66,7 @@
#include "format.h"
#include "internal.h"
#include "message.h"
#include "message-handler.h"
#include "module.h"
#include "operation.h"
#include "pending-sample.h"
@ -101,8 +101,6 @@ struct latency_offset_data {
unsigned int initialized:1;
};
#include "message-handler.c"
static struct sample *find_sample(struct impl *impl, uint32_t idx, const char *name)
{
union pw_map_item *item;