#include <logger.h>
Data Fields | |
| void * | addresses [AST_MAX_BT_FRAMES] |
| unsigned int | alloced:1 |
| int | num_frames |
Definition at line 244 of file logger.h.
| void* addresses[AST_MAX_BT_FRAMES] |
The addresses of the stack frames. This is filled in by calling the glibc backtrace() function
Definition at line 246 of file logger.h.
Referenced by ast_backtrace().
| unsigned int alloced |
| int num_frames |
The number of stack frames in the backtrace
Definition at line 248 of file logger.h.
Referenced by ast_backtrace().
1.6.1