2007-08-07 Paul Jakma <paul.jakma@sun.com>
* ospf_spf.c: (ospf_spf_next) Finish off the explanatory
comment made in previous commit
+2007-08-07 Paul Jakma <paul.jakma@sun.com>
+
+ * ospf_spf.c: (ospf_spf_next) Finish off the explanatory
+ comment made in previous commit
+
2007-08-07 Atis Elsts <atis@mikrotik.com>
* ospf_spf.c: (ospf_spf_next) Sort heap in correct direction
/* Decrease the key of the node in the heap.
* trickle-sort it up towards root, just in case this
* node should now be the new root due the cost change.
- * (pqueu_{de,en}queue
+ * (next pqueu_{de,en}queue will fully re-heap the queue).
*/
trickle_up (w_lsa->stat, candidate);
}