]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: map: merge identical maps
authorThierry FOURNIER <tfournier@exceliance.fr>
Thu, 5 Dec 2013 13:40:25 +0000 (14:40 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 Dec 2013 10:40:53 +0000 (11:40 +0100)
commit0ffe78cfe37b3fa3901f3b4f765a8a085c71c92f
treeb13466f8858afe79330de7bee14a1faabb12d125
parenta82d202af20f3bd10a426331c19ada6548b97f0f
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.
include/types/map.h
src/map.c