Ignore:
Timestamp:
Mar 23, 2007 4:34:20 PM (17 years ago)
Author:
bennylp
Message:

ICE (work in progress): integration with PJSUA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_endpoint.c

    r1017 r1098  
    759759 
    760760/* 
     761 * Get the timer heap instance of the SIP endpoint. 
     762 */ 
     763PJ_DEF(pj_timer_heap_t*) pjsip_endpt_get_timer_heap(pjsip_endpoint *endpt) 
     764{ 
     765    return endpt->timer_heap; 
     766} 
     767 
     768/* 
    761769 * This is the callback that is called by the transport manager when it  
    762770 * receives a message from the network. 
Note: See TracChangeset for help on using the changeset viewer.