summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
{