summaryrefslogtreecommitdiffstats
path: root/isisd/isis_lsp.h
diff options
context:
space:
mode:
authorhasso <hasso>2004-09-24 12:45:28 +0200
committerhasso <hasso>2004-09-24 12:45:28 +0200
commit73d1aeada73abf3ca803aea074a1da5c264bf86e (patch)
tree3abea0ade03efc70d7d0b9892543cf1bf41edba7 /isisd/isis_lsp.h
parent2004-09-24 Paul Jakma <paul@dishone.st> (diff)
downloadfrr-73d1aeada73abf3ca803aea074a1da5c264bf86e.tar.xz
frr-73d1aeada73abf3ca803aea074a1da5c264bf86e.zip
* isisd.c: thread_master *master is already defined in isis_main.c.
* isis_misc.[c|h], isis_lsp.[c|h]: Move static variables out of header files.
Diffstat (limited to 'isisd/isis_lsp.h')
-rw-r--r--isisd/isis_lsp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/isisd/isis_lsp.h b/isisd/isis_lsp.h
index c6eb7c27b..d92175c49 100644
--- a/isisd/isis_lsp.h
+++ b/isisd/isis_lsp.h
@@ -120,9 +120,6 @@ int lsp_print_all (struct vty *vty, dict_t * lspdb, char detail,
char dynhost);
char *lsp_bits2string (u_char *);
-/* staticly assigned vars for printing purposes */
-char lsp_bits_string[200]; /* FIXME: enough ? */
-
#ifdef TOPOLOGY_GENERATE
void generate_topology_lsps (struct isis_area *area);
void remove_topology_lsps (struct isis_area *area);