commit | f5c1e12e44e1caa0185e063daf00fb8841c2ed3d | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Aug 25 15:03:46 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Aug 25 15:29:19 2021 +0200 |
tree | f776a58a29071f89378e42b047338303fe5fc7eb | |
parent | cd61e8383d9dff8a308a822063aee6b5e3b3282d [diff] |
MINOR: server: return the next srv instance on free_server As a convenience, return the next server instance from servers list on free_server. This is particularily useful when using this function on the servers list without having to save of the next pointer before calling it.