]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: peers: Rename all occurrences to 'ps' variable
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 25 Apr 2024 08:57:44 +0000 (10:57 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 25 Apr 2024 16:29:58 +0000 (18:29 +0200)
commit0243691de17137f0c89a86d396a89900aa70122b
treecea735bfe070d90e05a7f50f0855c56519798c83
parentfff5f63e1059a6aa82f2563f5bcd44cda8e09822
REORG: peers: Rename all occurrences to 'ps' variable

In loops on the peer list in the code, the 'ps' variable was used as a
shortcut for the peer session. However, if mays be confusing with the peers
section too. So, all occurrences to 'ps' variable were renamed to 'peer'.
src/peers.c