diff options
Diffstat (limited to 'isisd/isis_lsp.c')
| -rw-r--r-- | isisd/isis_lsp.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/isisd/isis_lsp.c b/isisd/isis_lsp.c index d0764e04..5467b483 100644 --- a/isisd/isis_lsp.c +++ b/isisd/isis_lsp.c @@ -60,6 +60,9 @@  extern struct isis *isis;  extern struct thread_master *master; +/* staticly assigned vars for printing purposes */ +char lsp_bits_string[200];     /* FIXME: enough ? */ +  int  lsp_id_cmp (u_char * id1, u_char * id2)  { | 
