commit | 9b7a617a0ef1d777e1a0f048c76103ccf47c6763 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 06 17:55:45 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 07 01:41:14 2021 +0200 |
tree | 253330874c4e92184c556a29157697e217a4839e | |
parent | 260f324c19691a0906fe617d4f80e65ca8fb1c40 [diff] |
REORG: ebtree: split structures into their own file ebtree-t.h ebtree is one piece using a lot of inlines and each tree root or node definition needed by many of our structures requires to parse and compile all these includes, which is large and painfully slow. Let's move the very basic definitions to their own file and include it from ebtree.h.