Changes between Initial Version and Version 3 of Ticket #1527


Ignore:
Timestamp:
Jul 3, 2012 3:00:18 AM (12 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1527

    • Property Status changed from new to closed
    • Property Resolution changed from to worksforme
  • Ticket #1527 – Description

    initial v3  
    11Add facility to debug timer heap state. Application can declare {{{PJ_TIMER_DEBUG=1}}} and recompile, and use {{{pj_timer_heap_dump()}}} to dump the contents of the timer heap. The contents of the timer heap will also be printed to log by {{{pjsip_endpt_dump()}}}, and when the {{{pjsip_endpt}}} is being destroyed. 
    22 
    3 Also check the correctness of timer heap operations and fix potential issues throughout the libraries.