haproxy/include
Willy Tarreau bd1dba8a89 MINOR: buffer: rename the data length member to '->data'
It used to be called 'len' during the reorganisation but strictly speaking
it's not a length since it wraps. Also we already use '_data' as the suffix
to count available data, and data is also what we use to indicate the amount
of data in a pipe so let's improve consistency here. It was important to do
this in two operations because data used to be the name of the pointer to
the storage area.
2018-07-19 16:23:43 +02:00
..
common MINOR: buffer: rename the data length member to '->data' 2018-07-19 16:23:43 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: buffer: rename the data length member to '->data' 2018-07-19 16:23:43 +02:00
types MEDIUM: buffers: move "output" from struct buffer to struct channel 2018-07-19 16:23:43 +02:00