commit | 0ffe78cfe37b3fa3901f3b4f765a8a085c71c92f | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@exceliance.fr> | Thu Dec 05 14:40:25 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Dec 06 11:40:53 2013 +0100 |
tree | b13466f8858afe79330de7bee14a1faabb12d125 | |
parent | a82d202af20f3bd10a426331c19ada6548b97f0f [diff] |
MEDIUM: map: merge identical maps This patch permits to use the same struct pattern for two indentical maps. This permits to preserve memory, and permits to update only one "struct pattern" when the dynamic map update is supported.