summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorhasso <hasso>2005-02-21 18:17:52 +0000
committerhasso <hasso>2005-02-21 18:17:52 +0000
commitc3c07f28dcd226975b5ed0c1f8842f51968a3288 (patch)
tree417176baf15d9f9528c7ef6fc65171fcfa68583d /lib/ChangeLog
parente40dcce1f5966d4129b5ecadd905dc2952ac5b30 (diff)
* pqueue.[ch]: Introduce "update" function to meet ospf spf needs. It
will allow to update node when: i) a node is inserted into the priority queue; ii) a node position is modified in the priority queue; * pqueue.h: Export trickle_down() function.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 4573839d..6d1a229e 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,11 @@
+2005-02-21 Vincenzo Eramo <eramo at infocom.ing.uniroma1.it>
+
+ * pqueue.[ch]: Introduce "update" function to meet ospf spf needs. It
+ will allow to update node when:
+ i) a node is inserted into the priority queue;
+ ii) a node position is modified in the priority queue;
+ * pqueue.h: Export trickle_down() function.
+
2005-02-19 Paul Jakma <paul.jakma@sun.com>
* stream.c: (stream_new) fix dumb mistake.