commit | e6ce10be85293b4d0e54a6805d081f9e925eaf9e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jun 04 15:33:47 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jun 11 10:18:58 2020 +0200 |
tree | 5377fd8d1c43016557e99e802b71c2b618a151a5 | |
parent | 469509b39eb23a269eb9f6c6505710945725b541 [diff] |
REORG: include: move sample.h to haproxy/sample{,-t}.h This one is particularly tricky to move because everyone uses it and it depends on a lot of other types. For example it cannot include arg-t.h and must absolutely only rely on forward declarations to avoid dependency loops between vars -> sample_data -> arg. In order to address this one, it would be nice to split the sample_data part out of sample.h.