Tue Aug 20 16:35:18 2013

Asterisk developer's documentation


ast_bt Struct Reference

#include <logger.h>

Data Fields

void * addresses [AST_MAX_BT_FRAMES]
unsigned int alloced:1
int num_frames

Detailed Description

Definition at line 267 of file logger.h.


Field Documentation

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 269 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 273 of file logger.h.

Referenced by ast_bt_create(), and ast_bt_destroy().

The number of stack frames in the backtrace

Definition at line 271 of file logger.h.

Referenced by ast_backtrace(), and ast_bt_get_addresses().


The documentation for this struct was generated from the following file:

Generated on 20 Aug 2013 for Asterisk - The Open Source Telephony Project by  doxygen 1.6.1