Ignore:
Timestamp:
Mar 5, 2013 11:59:54 AM (12 years ago)
Author:
bennylp
Message:

Implementation of Re #1628: Modify SIP transaction to use group lock to avoid deadlock etc.

File:
1 edited

Legend:

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

    r3553 r4420  
    4848 
    4949pjsip_endpoint *endpt; 
     50pj_caching_pool caching_pool; 
    5051int log_level = 3; 
    5152int param_log_decor = PJ_LOG_HAS_NEWLINE | PJ_LOG_HAS_TIME |  
    52                       PJ_LOG_HAS_MICRO_SEC; 
     53                      PJ_LOG_HAS_MICRO_SEC | PJ_LOG_HAS_INDENT; 
    5354 
    5455static pj_oshandle_t fd_report; 
     
    224225{ 
    225226    pj_status_t rc; 
    226     pj_caching_pool caching_pool; 
    227227    const char *filename; 
    228228    unsigned tsx_test_cnt=0; 
     
    370370#endif 
    371371 
     372    /* 
     373     * Better be last because it recreates the endpt 
     374     */ 
     375#if INCLUDE_TSX_DESTROY_TEST 
     376    DO_TEST(tsx_destroy_test()); 
     377#endif 
    372378 
    373379on_return: 
Note: See TracChangeset for help on using the changeset viewer.