mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Split route data structure to storage (ro) / manipulation (rw) structures.
Routes are now allocated only when they are just to be inserted to the table. Updating a route needs a locally allocated route structure. Ownership of the attributes is also now not transfered from protocols to tables and vice versa but just borrowed which should be easier to handle in a multithreaded environment.
This commit is contained in:
committed by
Maria Matejka
parent
60880b539b
commit
69d1ffde4c
663
nest/rt-table.c
663
nest/rt-table.c
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user