diff options
author | hasso <hasso> | 2004-09-24 12:45:28 +0200 |
---|---|---|
committer | hasso <hasso> | 2004-09-24 12:45:28 +0200 |
commit | 73d1aeada73abf3ca803aea074a1da5c264bf86e (patch) | |
tree | 3abea0ade03efc70d7d0b9892543cf1bf41edba7 /isisd/isis_lsp.h | |
parent | 2004-09-24 Paul Jakma <paul@dishone.st> (diff) | |
download | frr-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.h | 3 |
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); |