On Tue, 2013-08-13 at 01:54 -0300, jprvita at gmail.com wrote: > @@ -345,6 +402,22 @@ static int add_card(struct userdata *u) { > > create_card_ports(u, data.ports); > > + while (pa_hashmap_iterate(d->uuids, &state, (const void **) &uuid)) { I'd prefer PA_HASHMAP_FOREACH. -- Tanu