commit | b1b8272a541e7042abeffce0dd32169e1333c9e6 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Feb 11 13:52:16 2007 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Feb 11 13:52:16 2007 +0100 |
tree | 51e61fa74b53cb71ab10ded8188c9dd0243264b8 | |
parent | 92f2ab1b1fa2408d2421b28ed35678d4028dc1de [diff] |
[MINOR] uninline rb_insert_task_queue() rb_insert_task_queue() was inlined and is quite large. Uninlining it reduces code size by about 2 kB and slightly improves performance.