]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: samples: rename union from "data" to "u"
authorThierry FOURNIER <tfournier@arpalert.org>
Wed, 19 Aug 2015 07:07:19 +0000 (09:07 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 20 Aug 2015 15:13:46 +0000 (17:13 +0200)
commit136f9d34a9bd31a956eead8d01e61900d45069a7
treede85b888ab67d5ed3eace26af09259aba7b31842
parent654398a9378fee51cfb03f1446113a00e14cb8fe
MINOR: samples: rename union from "data" to "u"

The union name "data" is a little bit heavy while we read the source
code because we can read "data.data.sint". The rename from "data" to "u"
makes the read easiest like "data.u.sint".
20 files changed:
include/types/sample.h
src/auth.c
src/backend.c
src/compression.c
src/da.c
src/dumpstats.c
src/frontend.c
src/hlua.c
src/listener.c
src/log.c
src/map.c
src/pattern.c
src/payload.c
src/proto_http.c
src/proto_tcp.c
src/sample.c
src/ssl_sock.c
src/stick_table.c
src/stream.c
src/vars.c