loop: add block flag to invoke

Remove async shutdown and block instead.
This commit is contained in:
Wim Taymans 2017-06-26 10:41:19 +02:00
parent e776425846
commit bc56c59597
14 changed files with 165 additions and 203 deletions

View file

@ -91,6 +91,7 @@ struct spa_loop {
uint32_t seq,
size_t size,
void *data,
bool block,
void *user_data);
};