haproxy/include
Thierry Fournier ada348459f MEDIUM: dns: extract options
DNS selection preferences are actually declared inline in the
struct server. There are copied from the server struct to the
dns_resolution struct for each resolution.

Next patchs adds new preferences options, and it is not a good
way to copy all the configuration information before each dns
resolution.

This patch extract the configuration preference from the struct
server and declares a new dedicated struct. Only a pointer to this
new striuict will be copied before each dns resolution.
2016-02-19 14:37:46 +01:00
..
common MINOR: common: mask conversion 2016-02-19 14:37:41 +01:00
import MINOR: lru: new function to delete <nb> least recently used keys 2016-01-11 07:31:35 +01:00
proto MEDIUM: dns: extract options 2016-02-19 14:37:46 +01:00
types MEDIUM: dns: extract options 2016-02-19 14:37:46 +01:00