mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
The tag argument is no longer unused.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@620 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
50268e0dd0
commit
fbaaf5acb7
1 changed files with 1 additions and 1 deletions
|
|
@ -619,7 +619,7 @@ pa_operation * pa_stream_drain(pa_stream *s, pa_stream_success_cb_t cb, void *us
|
|||
return pa_operation_ref(o);
|
||||
}
|
||||
|
||||
static void stream_get_latency_info_callback(pa_pdispatch *pd, uint32_t command, PA_GCC_UNUSED uint32_t tag, pa_tagstruct *t, void *userdata) {
|
||||
static void stream_get_latency_info_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, void *userdata) {
|
||||
pa_operation *o = userdata;
|
||||
pa_latency_info i, *p = NULL;
|
||||
struct timeval local, remote, now;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue