haproxy/include
Baptiste Assmann 81ed1a0516 MINOR: dns: functions to manage memory for a DNS resolution structure
A couple of new functions to allocate and free memory for a DNS
resolution structure. Main purpose is to to make the code related to DNS
more consistent.
They allocate or free memory for the structure itself. Later, if needed,
they should also allocate / free the buffers, etc, used by this structure.
They don't set/unset any parameters, this is the role of the caller.

This patch also implement calls to these function eveywhere it is
required.
2017-06-02 11:20:29 +02:00
..
common MINOR: log: Add logurilen tunable. 2017-06-02 11:06:36 +02:00
import CLEANUP: da: move global settings out of the global section 2016-12-21 21:30:54 +01:00
proto MINOR: dns: functions to manage memory for a DNS resolution structure 2017-06-02 11:20:29 +02:00
types MINOR: dns: smallest DNS fqdn size 2017-06-02 11:20:07 +02:00