]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[CLEANUP] client: move some ACLs away to their respective locations
authorWilly Tarreau <w@1wt.eu>
Mon, 24 May 2010 18:55:15 +0000 (20:55 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Jun 2010 08:53:10 +0000 (10:53 +0200)
commit645513ade8ff6fc861e20fc5d27633abf7f0bac5
treef05581abcc36ce1ab45b41b095deb1d6126ace4c
parent44b90cc4d8136ae4c3748629491af39d97ea549a
[CLEANUP] client: move some ACLs away to their respective locations

Some ACLs in the client ought to belong to proto_tcp, or protocols.
This file should only contain frontend-specific information and will
be renamed that way in next commit.
src/backend.c
src/client.c
src/proto_tcp.c
src/protocols.c