mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
reverse order of printf and push to make output more readable
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1539 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
bc3693261f
commit
8cdde282e8
1 changed files with 1 additions and 1 deletions
|
|
@ -40,8 +40,8 @@ static void producer(void *_q) {
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
for (i = 0; i < 1000; i++) {
|
for (i = 0; i < 1000; i++) {
|
||||||
|
printf("pushing %i\n", i);
|
||||||
pa_asyncq_push(q, (void*) (i+1), 1);
|
pa_asyncq_push(q, (void*) (i+1), 1);
|
||||||
printf("pushed %i\n", i);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pa_asyncq_push(q, (void*) -1, 1);
|
pa_asyncq_push(q, (void*) -1, 1);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue