Willy Tarreau 39c9ba72a7 [MINOR] lb_map: reorder code in order to ease integration of new hash functions
We need to remove hash map accesses out of backend.c if we want to
later support new hash methods. This patch separates the hash computation
method from the server lookup. It leaves the lookup function to lb_map.c
and calls it with the result of the hash.
2009-10-01 21:11:15 +02:00
..
2009-10-01 10:17:37 +02:00
2008-05-30 07:07:19 +02:00
2009-01-25 13:49:53 +01:00