diff options
author | hasso <hasso> | 2004-02-11 20:26:31 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-02-11 20:26:31 +0000 |
commit | d70f99e15b7849f59b970bd62392ed42bda25ab6 (patch) | |
tree | ed59bcf87fa39e18ef82e21ae59fa9e842622a67 /isisd/ChangeLog | |
parent | 83fe45e30e12eb8af8b7cc413e1ae5ef81bde97e (diff) |
Threads usage cleanup. Still at least one bug to go.
Diffstat (limited to 'isisd/ChangeLog')
-rw-r--r-- | isisd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/isisd/ChangeLog b/isisd/ChangeLog index 8a00cccb..60d5933f 100644 --- a/isisd/ChangeLog +++ b/isisd/ChangeLog @@ -1,3 +1,7 @@ +2004-02-11 Hasso Tepper <hasso@estpak.ee> + * many *.c files: Replace thread_add_xxx() and thread_cancel() with + THREAD_XXX_ON and THREAD_XXX_OFF macros. + 2004-01-27 Hasso Tepper <hasso@estpak.ee> * isis_circuit.c: Commented out "(no) ip address" commands so it doesn't confuse vtysh. |