mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
loop: inline frequently used function
This commit is contained in:
parent
3e68dee7ff
commit
c2cd56d903
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ static void loop_leave(struct spa_loop_control *ctrl)
|
|||
impl->thread = 0;
|
||||
}
|
||||
|
||||
static void process_destroy(struct impl *impl)
|
||||
static inline void process_destroy(struct impl *impl)
|
||||
{
|
||||
struct source_impl *source, *tmp;
|
||||
spa_list_for_each_safe(source, tmp, &impl->destroy_list, link)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue