commit | 748919a4c75495bc6464e82b52dd9b71cbbc23ca | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Jul 26 14:59:46 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Sep 05 10:22:20 2017 +0200 |
tree | c3e6eb9925ddd599a14317c4b04540514e5dc119 | |
parent | 6c57dc9145f05ea3be76bba588e2a4d8e2ed40b7 [diff] |
MINOR: chunks: Use dedicated function to init/deinit trash buffers Now, we use init_trash_buffers and deinit_trash_buffers to, respectively, initialize and deinitialize trash buffers (trash, trash_buf1 and trash_buf2). These functions have been introduced to be used by threads, to deal with thread-local trash buffers.