mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-12 09:52:27 +00:00
isisd: Remove unused t_send_lsp timer
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
This commit is contained in:
parent
161fa356fb
commit
c6476defc5
@ -729,7 +729,6 @@ void isis_circuit_down(struct isis_circuit *circuit)
|
|||||||
THREAD_TIMER_OFF(circuit->t_send_csnp[1]);
|
THREAD_TIMER_OFF(circuit->t_send_csnp[1]);
|
||||||
THREAD_TIMER_OFF(circuit->t_send_psnp[0]);
|
THREAD_TIMER_OFF(circuit->t_send_psnp[0]);
|
||||||
THREAD_TIMER_OFF(circuit->t_send_psnp[1]);
|
THREAD_TIMER_OFF(circuit->t_send_psnp[1]);
|
||||||
THREAD_OFF(circuit->t_send_lsp);
|
|
||||||
THREAD_OFF(circuit->t_read);
|
THREAD_OFF(circuit->t_read);
|
||||||
|
|
||||||
if (circuit->tx_queue) {
|
if (circuit->tx_queue) {
|
||||||
|
@ -86,7 +86,6 @@ struct isis_circuit {
|
|||||||
struct thread *t_read;
|
struct thread *t_read;
|
||||||
struct thread *t_send_csnp[2];
|
struct thread *t_send_csnp[2];
|
||||||
struct thread *t_send_psnp[2];
|
struct thread *t_send_psnp[2];
|
||||||
struct thread *t_send_lsp;
|
|
||||||
struct isis_tx_queue *tx_queue;
|
struct isis_tx_queue *tx_queue;
|
||||||
struct isis_circuit_arg level_arg[2]; /* used as argument for threads */
|
struct isis_circuit_arg level_arg[2]; /* used as argument for threads */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user