diff options
author | hasso <hasso> | 2004-09-24 10:45:28 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-09-24 10:45:28 +0000 |
commit | 73d1aeada73abf3ca803aea074a1da5c264bf86e (patch) | |
tree | 3abea0ade03efc70d7d0b9892543cf1bf41edba7 /isisd/ChangeLog | |
parent | 26f7a244d0f7e6a658cc48b88613b6919a6f5fbe (diff) |
* 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/ChangeLog')
-rw-r--r-- | isisd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/isisd/ChangeLog b/isisd/ChangeLog index 50028a91..a9ea3cee 100644 --- a/isisd/ChangeLog +++ b/isisd/ChangeLog @@ -1,3 +1,9 @@ +2004-09-24 Hasso Tepper <hasso at quagga.net> + + * 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. + 2004-09-23 Hasso Tepper <hasso at quagga.net> * *.[c|h]: list -> struct list *, listnode -> struct listnode *. |