]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: fix using of two pointers for struct thread_master
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 23 Sep 2015 19:41:33 +0000 (15:41 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 24 Sep 2015 01:38:27 +0000 (18:38 -0700)
commit7dfe5b94992910354ceb76210991ac18734f76a6
tree37527da92cc08a1e1053a0e34d4b0caac46949cc
parent4140ca4d153e8949afd6abc9e00fbbac3d47799c
bgpd: fix using of two pointers for struct thread_master

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>
bgpd/bgp_main.c
bgpd/bgp_route.c
bgpd/bgp_snmp.c
bgpd/bgp_vty.c
bgpd/bgpd.c
bgpd/bgpd.h
tests/aspath_test.c