mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-24 03:21:09 +01:00
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".