Changeset 4420 for pjproject/trunk/pjsip/src/test/test.c
- Timestamp:
- Mar 5, 2013 11:59:54 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/test/test.c
r3553 r4420 48 48 49 49 pjsip_endpoint *endpt; 50 pj_caching_pool caching_pool; 50 51 int log_level = 3; 51 52 int 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; 53 54 54 55 static pj_oshandle_t fd_report; … … 224 225 { 225 226 pj_status_t rc; 226 pj_caching_pool caching_pool;227 227 const char *filename; 228 228 unsigned tsx_test_cnt=0; … … 370 370 #endif 371 371 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 372 378 373 379 on_return:
Note: See TracChangeset
for help on using the changeset viewer.