summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2008-05-02 07:20:01 +0000
committerroot <root>2008-05-02 07:20:01 +0000
commitcbb2ff9838959fe74563646002473a23333d8e78 (patch)
treea5766ec56cf6aed90f1ec2f61dce77bc52f0a611
parentb3515010c2d09e6baf91c52a1fd10145462aba22 (diff)
*** empty log message ***
-rw-r--r--ev.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ev.c b/ev.c
index fa34f06..ca40e18 100644
--- a/ev.c
+++ b/ev.c
@@ -756,6 +756,7 @@ fd_rearm_all (EV_P)
/*****************************************************************************/
+/* towards the root */
void inline_speed
upheap (WT *heap, int k)
{
@@ -777,6 +778,7 @@ upheap (WT *heap, int k)
((W)heap [k])->active = k + 1;
}
+/* away from the root */
void inline_speed
downheap (WT *heap, int N, int k)
{