]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: server: Parse and store server-state lines in a dedicated function
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 16 Feb 2021 10:41:26 +0000 (11:41 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 25 Feb 2021 09:02:39 +0000 (10:02 +0100)
commitd0a5e84c8d10699f0b1b871a41dd59bb38a9b007
tree0c99b7db2371063fefde351be7bfcab01c50a8aa
parent5c3798514998e7302708bb3289af8c08a5ed7399
MINOR: server: Parse and store server-state lines in a dedicated function

Now, srv_state_parse_and_store_line() function is used to parse and store a
line in a tree. It is used for global and local server-state files. This
significatly simplies the apply_server_state() function.
src/server.c