haproxy/include
Willy Tarreau f395017227 [MINOR] proxy: provide function to retrieve backend/server pointers
int get_backend_server(const char *bk_name, const char *sv_name,
                       struct proxy **bk, struct server **sv);

This function scans the list of backends and servers to retrieve the first
backend and the first server with the given names, and sets them in both
parameters. It returns zero if either is not found, or non-zero and sets
the ones it did not found to NULL. If a NULL pointer is passed for the
backend, only the pointer to the server will be updated.
2009-10-10 18:36:25 +02:00
..
common [MINOR] tools: add a new get_next_id() function 2009-10-04 22:48:42 +02:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto [MINOR] proxy: provide function to retrieve backend/server pointers 2009-10-10 18:36:25 +02:00
types [MEDIUM] add access restrictions to the stats socket 2009-10-10 17:13:00 +02:00