diff options
author | Paul Jakma <paul.jakma@sun.com> | 2007-08-07 16:22:05 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2007-08-07 16:22:05 +0000 |
commit | e95537f0495401c0dd86669d096387e5cdddf8e0 (patch) | |
tree | 48d749b6728bc5b3a60bc0b4f617b7f5ac0be90b | |
parent | 93bdadae74a9b391152f5511dbced6f08fad6d94 (diff) |
[ospfd] Finish explanatory comment started 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
-rw-r--r-- | ospfd/ChangeLog | 5 | ||||
-rw-r--r-- | ospfd/ospf_spf.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index 422208e8..af5ace48 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -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 diff --git a/ospfd/ospf_spf.c b/ospfd/ospf_spf.c index 41288f1e..23d45dd6 100644 --- a/ospfd/ospf_spf.c +++ b/ospfd/ospf_spf.c @@ -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); } |