MINOR: buffer: rename the "data" field to "area"
authorWilly Tarreau <w@1wt.eu>
Mon, 9 Jul 2018 08:55:37 +0000 (10:55 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:43 +0000 (16:23 +0200)
commit892f1dbe4fdd6073e0524c74a0caae3cff81181d
tree9a29614826fddbfc0efb14582cf86cc37c1af665
parentf6dfd88a92388823258efbf858fc3a2db7fa7bd3
MINOR: buffer: rename the "data" field to "area"

Since we use "_data" for the amount of data at many places, as opposed to
"_space" for the amount of space, let's rename the "data" field to "area"
so that we can reuse "data" later for the amount of data in the buffer
(currently called "len" despite not being contigous).
include/common/buf.h
src/flt_http_comp.c