commit | 5cf64dd1bd20ba4a2870e09ff8c91997451f95b5 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri May 17 10:36:08 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 17 17:16:20 2019 +0200 |
tree | f1bbdab4fd68ed31ad591b5a5f83d731512f626c | |
parent | 14a1ab75d0c7cad46bd343f74702dc4f864f7f12 [diff] |
MINOR: debug: make ha_thread_dump() and ha_task_dump() take a buffer Instead of having them dump into the trash and initialize it, let's have the caller initialize a buffer and pass it. This will be convenient to dump multiple threads at once into a single buffer.