[CLEANUP] proxy: move last lb-specific bits to their respective files
authorWilly Tarreau <w@1wt.eu>
Sat, 3 Oct 2009 09:21:53 +0000 (11:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 3 Oct 2009 16:41:18 +0000 (18:41 +0200)
commit5b4c2b58fe6fafa4b8d2ae138dfd986cce514381
tree63fa2504a63ced8670ff6c87fc1e84c8f14aeb05
parent619caca740c419fe8796dcb99f309e6331e02c68
[CLEANUP] proxy: move last lb-specific bits to their respective files

The lbprm structure has moved to backend.h, where it should be, and
all algo-specific types and declarations have moved to their specific
files. The proxy struct is now much more readable.
include/types/backend.h
include/types/lb_fwlc.h [new file with mode: 0644]
include/types/lb_fwrr.h [new file with mode: 0644]
include/types/lb_map.h [new file with mode: 0644]
include/types/proxy.h
src/lb_map.c