]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: server: Rename state_line node to node instead of name_name
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 15 Feb 2021 11:07:40 +0000 (12:07 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 25 Feb 2021 09:02:39 +0000 (10:02 +0100)
commitfcb53fbb58b1ce8d701f81dfd6bdeda1c82cb2d1
tree3ea3b0d402b780f76528a4c1cc48acef7b86efbb
parent131b07be3c7792d241603889c138d9d7bfa4fffa
CLEANUP: server: Rename state_line node to node instead of name_name

<state_line.name_name> field is a node in an eb-tree. Thus, instead of
"name_name", we now use "node" to name this field. If is a more explicit
name and not too strange.
include/haproxy/server-t.h
src/server.c