mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-04 17:33:23 +02:00
Add test-list.c, a stress-test for mt_list, to ensure there's no concurrency issue. The number of threads is provided on the command line, and it randomly add, removes, or parses the list until it made MAX_ACTION actions (currently 5000000).