MEDIUM: threads/buffers: Define and register per-thread init/deinit functions
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 29 Aug 2017 12:43:04 +0000 (14:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 12:58:29 +0000 (13:58 +0100)
commitba39f23a9da91662922bef96b52fc250e0018ba8
treee7b6b01e446bb5f27aaf9f711dd0d7a98742cc03
parentdc628a3a76907caecd653596527086d7054ce04b
MEDIUM: threads/buffers: Define and register per-thread init/deinit functions

For now, only the swap_buffer is handled in these functions. Moreover,
swap_buffer has been changed to be a thread-local variable.
src/buffer.c