]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_route.c
bgpd: fix using of two pointers for struct thread_master *
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 14 Oct 2015 12:50:39 +0000 (08:50 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 14 Oct 2015 13:16:10 +0000 (06:16 -0700)
commit9229d914dd36d7cc75cef6269976b4e47e8a6a62
tree75763944c122ac0ccd970d3882df37dd4eae78f1
parent87d4a78163b31b107707471688ec2904aabf28bd
bgpd: fix using of two pointers for struct thread_master *

Ticket: CM-7861
Reviewed by: CCR-3651
Testing: See bug

bgp is using both bm->master and master pointers interchangebly
for thread manipulation.  Since they are the same thing consolidate
to one pointer.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
12 files changed:
bgpd/bgp_damp.c
bgpd/bgp_dump.c
bgpd/bgp_fsm.c
bgpd/bgp_fsm.h
bgpd/bgp_main.c
bgpd/bgp_network.c
bgpd/bgp_route.c
bgpd/bgp_routemap.c
bgpd/bgp_updgrp.c
bgpd/bgp_updgrp_adv.c
bgpd/bgpd.c
bgpd/bgpd.h