mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 06:23:04 +00:00
lib: missed AWAKEN in r/w thread scheduler
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
3bf2673b30
commit
a772d6eae6
@ -738,6 +738,8 @@ funcname_thread_add_read_write (int dir, struct thread_master *m,
|
||||
thread->ref = t_ptr;
|
||||
}
|
||||
}
|
||||
|
||||
AWAKEN (m);
|
||||
}
|
||||
pthread_mutex_unlock (&m->mtx);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user