#include <logger.h>
Data Fields | |
void * | addresses [AST_MAX_BT_FRAMES] |
unsigned int | alloced:1 |
int | num_frames |
Definition at line 264 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 266 of file logger.h.
Referenced by ast_backtrace(), and ast_bt_get_addresses().
unsigned int alloced |
Tells if the ast_bt structure was dynamically allocated
Definition at line 270 of file logger.h.
Referenced by ast_bt_destroy().
int num_frames |
The number of stack frames in the backtrace
Definition at line 268 of file logger.h.
Referenced by ast_backtrace(), and ast_bt_get_addresses().