diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-03-27 21:47:23 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-11-30 22:17:58 +0100 |
commit | 49507a6f6ae42e4e9b29e0b7e996d58d6eb4c477 (patch) | |
tree | d376648d5a82b7a14e7c337643c8af7271137405 /tests | |
parent | lib, bgpd: implement pthread lifecycle management (diff) | |
download | frr-49507a6f6ae42e4e9b29e0b7e996d58d6eb4c477.tar.xz frr-49507a6f6ae42e4e9b29e0b7e996d58d6eb4c477.zip |
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>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions