From d3d7474ba98f01e6d9994ff48c0b3a4331a8ef2a Mon Sep 17 00:00:00 2001 From: hasso Date: Wed, 28 Sep 2005 18:30:51 +0000 Subject: * isis_dynh.c, isisd.h: Implement dynamic hostname cache cleanup. * isis_lsp.c: Refresh dynamic hostname in the cache while refreshing topology LSP. --- isisd/isisd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'isisd/isisd.h') 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]; -- cgit v1.2.1