summaryrefslogtreecommitdiff
path: root/isisd/isisd.h
diff options
context:
space:
mode:
authorhasso <hasso>2005-09-28 18:30:51 +0000
committerhasso <hasso>2005-09-28 18:30:51 +0000
commitd3d7474ba98f01e6d9994ff48c0b3a4331a8ef2a (patch)
treeefa9e1f7f1e7fdb79f5374c78301218f2b68bc95 /isisd/isisd.h
parent9551eea4465e0e3eaab7a133fc06705c8f36afc4 (diff)
* isis_dynh.c, isisd.h: Implement dynamic hostname cache cleanup.
* isis_lsp.c: Refresh dynamic hostname in the cache while refreshing topology LSP.
Diffstat (limited to 'isisd/isisd.h')
-rw-r--r--isisd/isisd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/isisd/isisd.h b/isisd/isisd.h
index 4e716405..2277f27c 100644
--- a/isisd/isisd.h
+++ b/isisd/isisd.h
@@ -50,6 +50,7 @@ struct isis
struct area_addr *man_area_addrs; /* manualAreaAddresses */
u_int32_t debugs; /* bitmap for debug */
time_t uptime; /* when did we start */
+ struct thread *t_dync_clean; /* dynamic hostname cache cleanup thread */
/* Redistributed external information. */
struct route_table *external_info[ZEBRA_ROUTE_MAX + 1];