CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/01/24 16:38:12
Modified files:
usr.sbin/bgpd : rde.c rde.h rde_decide.c rde_rib.c
Log message:
Save some space in struct rib_entry so it is back to 64bytes (on 64bit archs).
Doing this by folding the lock flag into a pointer and providing an accessor
function for the rib pointer. This is an acceptable middle path for this
important structure.
OK benno@ on an earlier version
