mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-10 13:29:58 -05:00
creds: Rename pa_ancil to pa_cmsg_ancil_data
Makes the purpose of the structure clearear.
This commit is contained in:
parent
72e5671ece
commit
8718496d14
12 changed files with 82 additions and 82 deletions
|
|
@ -36,7 +36,7 @@ static unsigned packets_received;
|
|||
static unsigned packets_checksum;
|
||||
static size_t packets_length;
|
||||
|
||||
static void packet_received(pa_pstream *p, pa_packet *packet, const pa_ancil *ancil, void *userdata) {
|
||||
static void packet_received(pa_pstream *p, pa_packet *packet, const pa_cmsg_ancil_data *ancil_data, void *userdata) {
|
||||
unsigned i;
|
||||
fail_unless(packets_length == packet->length);
|
||||
packets_received++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue