0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-03-12 17:37:04 +00:00
Maria Matejka 05d8c3699d Object locks use events
Instead of calling custom hooks from object locks, we use standard event
sending mechanism to inform protocols about object lock changes. This is
a backport from version 3 where these events are passed across threads.

This implementation of object locks doesn't use mutexes to lock the
whole data structure. In version 3, this data structure may get accessed
from multiple threads and must be protected by mutex.
2023-01-26 13:22:28 +01:00
..
2023-01-26 13:22:28 +01:00
2023-01-26 13:22:28 +01:00
2023-01-13 13:32:29 +01:00
2023-01-26 13:22:28 +01:00
2023-01-01 20:10:23 +01:00
2023-01-26 13:22:28 +01:00
2023-01-26 13:22:28 +01:00
2023-01-01 20:10:23 +01:00