]> git.proxmox.com Git - mirror_frr.git/commit
*: Create/Use accessor functions for lock count
authorDonald Sharp <sharpd@nvidia.com>
Wed, 14 Oct 2020 16:44:23 +0000 (12:44 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Sat, 17 Oct 2020 17:39:10 +0000 (13:39 -0400)
commitc10e14e96dae32a3b52bc97ab197e58577cff709
treeaf3db68b477518fdd84ce4cbf4cd6d7b4823011c
parent0894afd4cf49511be5ac68f36115ca6acf6a5707
*: Create/Use accessor functions for lock count

Create appropriate accessor functions for the rn->lock
data.  We should be accessing this data through accessor
functions since it is private data to the data structure.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
15 files changed:
bgpd/bgp_evpn.c
bgpd/bgp_route.c
bgpd/bgp_table.h
bgpd/rfapi/rfapi_import.c
bgpd/rfapi/rfapi_rib.c
bgpd/rfapi/rfapi_vty.c
lib/agg_table.h
lib/routemap.c
lib/table.c
lib/table.h
ospf6d/ospf6_route.c
ospfd/ospf_neighbor.c
pimd/pim_rp.c
tests/lib/test_srcdest_table.c
zebra/zebra_rib.c