]> git.kaiwu.me - haproxy.git/commit
[MINOR] uninline rb_insert_task_queue()
authorWilly Tarreau <w@1wt.eu>
Sun, 11 Feb 2007 12:52:16 +0000 (13:52 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 11 Feb 2007 12:52:16 +0000 (13:52 +0100)
commitb1b8272a541e7042abeffce0dd32169e1333c9e6
tree51e61fa74b53cb71ab10ded8188c9dd0243264b8
parent92f2ab1b1fa2408d2421b28ed35678d4028dc1de
[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.
src/task.c