]> git.puffer.fish Git - mirror/frr.git/commitdiff
[ospfd] Finish explanatory comment started in previous commit..
authorPaul Jakma <paul.jakma@sun.com>
Tue, 7 Aug 2007 16:22:05 +0000 (16:22 +0000)
committerPaul Jakma <paul.jakma@sun.com>
Tue, 7 Aug 2007 16:22:05 +0000 (16:22 +0000)
2007-08-07 Paul Jakma <paul.jakma@sun.com>

* ospf_spf.c: (ospf_spf_next) Finish off the explanatory
  comment made in previous commit

ospfd/ChangeLog
ospfd/ospf_spf.c

index 422208e886db3c842316f0edb6a5980e77f158e3..af5ace4847c8e2d75ddb0f87e696847fc2e84c97 100644 (file)
@@ -1,3 +1,8 @@
+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
index 41288f1efb2a4a78fc2fb6d6b432178d3dbcbf7c..23d45dd63db755ee0c39e4b3b69fa69464df366c 100644 (file)
@@ -899,7 +899,7 @@ ospf_spf_next (struct vertex *v, struct ospf_area *area,
                 /* 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);
             }