]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: ebtree: move the C files from ebtree/ to src/
authorWilly Tarreau <w@1wt.eu>
Wed, 27 May 2020 08:43:24 +0000 (10:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 07:31:11 +0000 (09:31 +0200)
commitff0e8a44a4c23ab36b6f67c4052777ac908d4211
tree80cb40d99ecea73f7dd46a0345be0a1055c0c45a
parentf38175cf6ed4d02132e6b21cbf643f73be5ee000
REORG: ebtree: move the C files from ebtree/ to src/

As part of the include files cleanup, we're going to kill the ebtree
directory. For this we need to host its C files in a different location
and src/ is the right one.
Makefile
contrib/halog/Makefile
src/eb32sctree.c [moved from ebtree/eb32sctree.c with 100% similarity]
src/eb32tree.c [moved from ebtree/eb32tree.c with 100% similarity]
src/eb64tree.c [moved from ebtree/eb64tree.c with 100% similarity]
src/ebimtree.c [moved from ebtree/ebimtree.c with 100% similarity]
src/ebistree.c [moved from ebtree/ebistree.c with 100% similarity]
src/ebmbtree.c [moved from ebtree/ebmbtree.c with 100% similarity]
src/ebpttree.c [moved from ebtree/ebpttree.c with 100% similarity]
src/ebsttree.c [moved from ebtree/ebsttree.c with 100% similarity]
src/ebtree.c [moved from ebtree/ebtree.c with 100% similarity]