REORG: buffers: split buffers into chunk,buffer,channel

Many parts of the channel definition still make use of the "buffer" word.
This commit is contained in:
Willy Tarreau
2012-08-24 19:22:53 +02:00
committed by Willy Tarreau
parent c578891112
commit c7e4238df0
34 changed files with 781 additions and 622 deletions

View File

@@ -26,7 +26,7 @@
#include <common/ticks.h>
#include <common/time.h>
#include <proto/buffers.h>
#include <proto/channel.h>
#include <proto/connection.h>
#include <proto/fd.h>
#include <proto/frontend.h>