From 73d1aeada73abf3ca803aea074a1da5c264bf86e Mon Sep 17 00:00:00 2001 From: hasso Date: Fri, 24 Sep 2004 10:45:28 +0000 Subject: * 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. --- isisd/isisd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'isisd/isisd.c') diff --git a/isisd/isisd.c b/isisd/isisd.c index 3fbed0be..af05cd15 100644 --- a/isisd/isisd.c +++ b/isisd/isisd.c @@ -60,7 +60,7 @@ u_char DEFAULT_TOPOLOGY_BASEIS[6] = { 0xFE, 0xED, 0xFE, 0xED, 0x00, 0x00 }; #endif /* TOPOLOGY_GENERATE */ struct isis *isis = NULL; -struct thread_master *master; +extern struct thread_master *master; void isis_new (unsigned long process_id) -- cgit v1.2.1