summaryrefslogtreecommitdiffstats
path: root/isisd/isis_misc.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_misc.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_misc.h')
-rw-r--r--isisd/isis_misc.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/isisd/isis_misc.h b/isisd/isis_misc.h
index 75c8d8b48..330556a6e 100644
--- a/isisd/isis_misc.h
+++ b/isisd/isis_misc.h
@@ -60,21 +60,6 @@ const char *unix_hostname (void);
*/
#define GETSYSID(A,L) (A->area_addr + (A->addr_len - (L + 1)))
-/* staticly assigned vars for printing purposes */
-struct in_addr new_prefix;
-/* len of xxxx.xxxx.xxxx + place for #0 termination */
-char sysid[15];
-/* len of xxxx.xxxx.xxxx + place for #0 termination */
-char snpa[15];
-/* len of xx.xxxx.xxxx.xxxx.xxxx.xxxx.xxxx.xxxx.xxxx.xxxx.xx */
-char isonet[51];
-/* + place for #0 termination */
-/* len of xxxx.xxxx.xxxx.xx.xx + place for #0 termination */
-char lspid[21];
-/* len of xxYxxMxWxdxxhxxmxxs + place for #0 termination */
-char datestring[20];
-char nlpidstring[30];
-
/* used for calculating nice string representation instead of plain seconds */
#define SECS_PER_MINUTE 60