haproxy/include
Baptiste Assmann 19a106d24a MINOR: server: server_find functions: id, name, best_match
This patch introduces three new functions which can be used to find a
server in a farm using different server information:
- server unique id (srv->puid)
- server name
- find best match using either name or unique id

When performing best matching, the following applies:
 - use the server name first (if provided)
 - use the server id if provided
 in any case, the function can update the caller about mismatches
 encountered.
2015-07-21 23:24:16 +02:00
..
common BUILD/MINOR: tools: rename popcount to my_popcountl 2015-07-02 11:32:25 +02:00
import MEDIUM: 51Degrees code refactoring and cleanup 2015-06-30 10:43:03 +02:00
proto MINOR: server: server_find functions: id, name, best_match 2015-07-21 23:24:16 +02:00
types MINOR: server: new server flag: SRV_F_FORCED_ID 2015-07-21 23:24:16 +02:00