Ignore:
Timestamp:
May 16, 2006 1:20:00 PM (18 years ago)
Author:
bennylp
Message:

Rearrange transaction statefull stuffs in SIP so that it will not be linked when transaction is disabled

File:
1 edited

Legend:

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

    r368 r448  
    104104pj_status_t pjsip_tel_uri_subsys_init(void); 
    105105 
    106 /* Defined in sip_util_statefull.c */ 
    107 extern pjsip_module mod_stateful_util; 
    108  
    109106 
    110107/* Specifies whether error subsystem has been registered to pjlib. */ 
     
    487484    pj_list_init(&endpt->cap_hdr); 
    488485 
    489     /* Register mod_stateful_util module (sip_util_statefull.c) */ 
    490     status = pjsip_endpt_register_module(endpt, &mod_stateful_util); 
    491     if (status != PJ_SUCCESS) 
    492         goto on_error; 
    493486 
    494487    /* Done. */ 
Note: See TracChangeset for help on using the changeset viewer.