summaryrefslogtreecommitdiffstats
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
commitf44a75fd114e30a9e3d8468246fec1e554ff4bf2 (patch)
tree48acc4e15b9f0ed0903ae99a4fad61b115ce887d /isisd/isisd.h
parent0eb934446d89384c3f70008a91a91af732f98ef4 (diff)
downloadquagga-f44a75fd114e30a9e3d8468246fec1e554ff4bf2.tar.bz2
quagga-f44a75fd114e30a9e3d8468246fec1e554ff4bf2.tar.xz
* 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];