summaryrefslogtreecommitdiffstats
path: root/ospfd/ospfd.h
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2019-07-29 12:26:23 +0200
committerDavid Lamparter <equinox@diac24.net>2019-08-02 11:29:03 +0200
commite8a2cc5323a369d9da23336063c3ee4f73fed6a1 (patch)
tree73a99017c3b35ae37a79cb2ff986cda2f27f52a4 /ospfd/ospfd.h
parentMerge pull request #4713 from ton31337/fix/set_comm-list_delete_into_config_m... (diff)
downloadfrr-e8a2cc5323a369d9da23336063c3ee4f73fed6a1.tar.xz
frr-e8a2cc5323a369d9da23336063c3ee4f73fed6a1.zip
ospfd: remove t_external_lsa
It's unused... Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'ospfd/ospfd.h')
-rw-r--r--ospfd/ospfd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ospfd/ospfd.h b/ospfd/ospfd.h
index cbea033b7..38d4752cb 100644
--- a/ospfd/ospfd.h
+++ b/ospfd/ospfd.h
@@ -233,7 +233,6 @@ struct ospf {
struct thread *t_distribute_update; /* Distirbute list update timer. */
struct thread *t_spf_calc; /* SPF calculation timer. */
struct thread *t_ase_calc; /* ASE calculation timer. */
- struct thread *t_external_lsa; /* AS-external-LSA origin timer. */
struct thread
*t_opaque_lsa_self; /* Type-11 Opaque-LSAs origin event. */
struct thread *t_sr_update; /* Segment Routing update timer */