summaryrefslogtreecommitdiff
path: root/include/haproxy/sample_data-t.h
Commit message (Collapse)AuthorAgeFilesLines
* CLEANUP: include: move sample_data out of sample-t.hWilly Tarreau2020-06-111-0/+51
The struct sample_data is used by pattern, map and vars, and currently requires to include sample-t which comes with many other dependencies. Let's move sample_data into its own file to shorten the dependency tree. This revealed a number of issues in adjacent files which were hidden by the fact that sample-t.h brought everything that was missing.