mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-18 12:16:38 +02:00
MINOR: debug: replace ha_thread_dump() with its two components
At the few places we were calling ha_thread_dump(), now we're calling separately ha_thread_dump_fill() and ha_thread_dump_done() once the data are consumed.
This commit is contained in:
@@ -27,7 +27,6 @@ struct buffer;
|
||||
extern unsigned int debug_commands_issued;
|
||||
void ha_task_dump(struct buffer *buf, const struct task *task, const char *pfx);
|
||||
void ha_thread_dump_one(int thr, int from_signal);
|
||||
void ha_thread_dump(struct buffer *buf, int thr);
|
||||
void ha_dump_backtrace(struct buffer *buf, const char *prefix, int dump);
|
||||
void ha_backtrace_to_stderr(void);
|
||||
void ha_panic(void);
|
||||
|
||||
Reference in New Issue
Block a user