diff options
| author | root <root> | 2008-05-02 07:20:01 +0000 | 
|---|---|---|
| committer | root <root> | 2008-05-02 07:20:01 +0000 | 
| commit | cbb2ff9838959fe74563646002473a23333d8e78 (patch) | |
| tree | a5766ec56cf6aed90f1ec2f61dce77bc52f0a611 | |
| parent | b3515010c2d09e6baf91c52a1fd10145462aba22 (diff) | |
*** empty log message ***
| -rw-r--r-- | ev.c | 2 | 
1 files changed, 2 insertions, 0 deletions
@@ -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)  {  | 
