commit | ca7d4b98d404596e307167c08852a3178f72c7b5 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Oct 01 09:21:55 2009 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 01 09:21:55 2009 +0200 |
tree | 195e98ea65c1945d97ebb98dc11e085f6606d25b | |
parent | c5d9c80182722f8dec6395e3cfae241e238b99c6 [diff] |
[MINOR] backend: uninline some LB functions There is no reason to inline functions which are used to grab a server depending on an LB algo. They are large and used at several places. Uninlining them saves 400 bytes of code.