git: net/radix: Move 'rn_bmask' to 'rn_u.rn_node' as it's node-only

Aaron LI aly at crater.dragonflybsd.org
Wed Nov 15 17:42:20 PST 2023


commit d7a940678e6f96f632735e7bff8d093f39ef5b9e
Author: Aaron LI <aly at aaronly.me>
Date:   Tue Nov 14 10:28:14 2023 +0800

    net/radix: Move 'rn_bmask' to 'rn_u.rn_node' as it's node-only
    
    Add the 'rn_bmask' macro define to access it.
    
    In addition, rename rn_L/rn_R to rn_Left/rn_Right for clarity, similar
    to rn_Offset.

Summary of changes:
 sys/net/radix.h | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d7a940678e6f96f632735e7bff8d093f39ef5b9e


-- 
DragonFly BSD source repository


More information about the Commits mailing list