REORG: server-state: Move functions to deal with server-state in its own file
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 16 Feb 2021 12:31:30 +0000 (13:31 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 25 Feb 2021 09:02:39 +0000 (10:02 +0100)
commit3e3d3be7085107d014a3ea221d130668b34c6040
treee9477ad5fa620c23ead08903d734d2053ba2475f
parent69beaa91d575c018d74c94f58138ae16831a5bef
REORG: server-state: Move functions to deal with server-state in its own file

All functions dealing with the server-state files are moved to
server_state.c.

srv_update_state() function was renammed to srv_state_srv_update().
Makefile
src/server.c
src/server_state.c [new file with mode: 0644]