Ignore:
Timestamp:
Jun 5, 2012 10:41:17 AM (12 years ago)
Author:
bennylp
Message:

Re #1527: added debugging facility to the timer heap. By enabling PJ_TIMER_DEBUG, application can use pj_timer_heap_dump() or pjsip_endpt_dump() to dump the timer entries along with the source location where it is scheduled from. The macro will also enable dumping the timer heap entries when the SIP endpoint is being destroyed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/types.h

    r3999 r4154  
    214214typedef struct pj_timer_heap_t pj_timer_heap_t; 
    215215 
    216 /** 
    217  * Forward declaration for timer entry. 
    218  */ 
    219 typedef struct pj_timer_entry pj_timer_entry; 
    220  
    221216/**  
    222217 * Opaque data type for atomic operations. 
Note: See TracChangeset for help on using the changeset viewer.