mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-08 23:33:32 +02:00
This patch adds minimalistic definitions to implement dictionary new data structure which is an ebtree of ebpt_node structs with strings as keys. Note that this has nothing to see with real dictionary data structure (maps of keys in association with values).