]> git.proxmox.com Git - mirror_frr.git/commit - ospf6d/ospf6_lsa.h
ospf6d: Make ospf6_lsa_lock follow normal FRR pattern
authorDonald Sharp <sharpd@nvidia.com>
Sun, 11 Oct 2020 15:13:33 +0000 (11:13 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Sun, 11 Oct 2020 15:14:45 +0000 (11:14 -0400)
commit62270cc3ee99318cbddd3000af4debee35c058c0
tree74e3239b7417485b3866d6b2b1c52b3d2b406a5a
parentba49e033f5d6fc97a9aa1e407ac542d226f12ff4
ospf6d: Make ospf6_lsa_lock follow normal FRR pattern

The normal ospf6_lsa_lock call should return the pointer
to the lock data structure we are holding.  This is the
normal pattern for locking a data structure in FRR.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
ospf6d/ospf6_lsa.c
ospf6d/ospf6_lsa.h