summaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorArun Raghavan <arun@accosted.net>2014-08-06 07:48:19 +0530
committerArun Raghavan <arun@accosted.net>2014-10-31 10:46:10 +0530
commit8718496d1497ea32ef83a46a30625cac096d9f95 (patch)
tree9c76a9ca29ec1ee47bcb155de02c38f3413b50c5 /src/tests
parent72e5671eceacda19bc490be19fd8afa505418ed4 (diff)
creds: Rename pa_ancil to pa_cmsg_ancil_data
Makes the purpose of the structure clearear.
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/srbchannel-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/srbchannel-test.c b/src/tests/srbchannel-test.c
index bf7b0f0fb..ce5930bc6 100644
--- a/src/tests/srbchannel-test.c
+++ b/src/tests/srbchannel-test.c
@@ -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++;