mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-08 01:53:47 +02:00
swap_buffer is a global variable only used by buffer_slow_realign. So it has been moved from global.h to buffer.c and it is allocated by init_buffer function. deinit_buffer function has been added to release it. It is also used to destroy the buffers' pool.