]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_vty.c
bgpd: remove unused `struct thread` from peer
authorQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 27 Mar 2017 19:47:23 +0000 (19:47 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 30 Nov 2017 21:17:58 +0000 (16:17 -0500)
commit49507a6f6ae42e4e9b29e0b7e996d58d6eb4c477
treed376648d5a82b7a14e7c337643c8af7271137405
parent2d4ee77490a1a0b93b5e6945af2210bb0836baa1
bgpd: remove unused `struct thread` from peer

* Remove t_write
* Remove t_keepalive

These have been replaced by pthreads and are no longer needed. Since
some code looks at these values to determine if the threads are
scheduled, also add a new bitfield to store the same information.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
bgpd/bgp_keepalives.c
bgpd/bgp_packet.c
bgpd/bgp_vty.c
bgpd/bgpd.h