Bug 5183 - Inline stack backtraces

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7646 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2005-12-27 06:24:28 +00:00
parent b7272182d1
commit cdab512c9f
3 changed files with 46 additions and 0 deletions

View File

@@ -61,6 +61,8 @@ extern "C" {
extern void ast_log(int level, const char *file, int line, const char *function, const char *fmt, ...)
__attribute__ ((format (printf, 5, 6)));
extern void ast_backtrace(void);
extern void ast_queue_log(const char *queuename, const char *callid, const char *agent, const char *event, const char *fmt, ...)
__attribute__ ((format (printf, 5, 6)));