commit | 73d1aeada73abf3ca803aea074a1da5c264bf86e | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Fri Sep 24 10:45:28 2004 +0000 |
committer | hasso <hasso> | Fri Sep 24 10:45:28 2004 +0000 |
tree | 3abea0ade03efc70d7d0b9892543cf1bf41edba7 | |
parent | 26f7a244d0f7e6a658cc48b88613b6919a6f5fbe [diff] [blame] |
* 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.
diff --git a/isisd/isisd.c b/isisd/isisd.c index 3fbed0b..af05cd1 100644 --- a/isisd/isisd.c +++ b/isisd/isisd.c
@@ -60,7 +60,7 @@ #endif /* TOPOLOGY_GENERATE */ struct isis *isis = NULL; -struct thread_master *master; +extern struct thread_master *master; void isis_new (unsigned long process_id)