commit | 572bf9095d76a2ab55fa08bd014168d6481f6753 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <wtarreau@exceliance.fr> | Mon Jul 02 17:01:20 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Sep 02 21:54:56 2012 +0200 |
tree | 3c56dcd5040ce22fd597317e1c04c158a8606787 | |
parent | 7421efb85fb3d87f9265071949d0d5e8bfc431e7 [diff] |
REORG/MAJOR: extract "struct buffer" from "struct channel" At the moment, the struct is still embedded into the struct channel, but all the functions have been updated to use struct buffer only when possible, otherwise struct channel. Some functions would likely need to be splitted between a buffer-layer primitive and a channel-layer function. Later the buffer should become a pointer in the struct buffer, but doing so requires a few changes to the buffer allocation calls.