CLEANUP: server: Rename state_line structure into server_state_line
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 15 Feb 2021 16:09:33 +0000 (17:09 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 25 Feb 2021 09:02:39 +0000 (10:02 +0100)
commit6d87c58fb429d54ddb96c522a9d6f545185f239c
tree8853ba7ad6f13680b990c89f3488380afa262961
parentfcb53fbb58b1ce8d701f81dfd6bdeda1c82cb2d1
CLEANUP: server: Rename state_line structure into server_state_line

The structure used to store a server-state line in an eb-tree has a too
generic name. Instead of state_line, the structure is renamed as
server_state_line.
include/haproxy/server-t.h
src/server.c