Changeset 728 for pjproject/trunk/pjsip/src/test-pjsip/test.c
- Timestamp:
- Sep 19, 2006 1:32:05 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/test-pjsip/test.c
r595 r728 220 220 pj_caching_pool caching_pool; 221 221 const char *filename; 222 unsigned i,tsx_test_cnt=0;222 unsigned tsx_test_cnt=0; 223 223 struct tsx_test_param tsx_test[10]; 224 224 pj_status_t status; 225 #if INCLUDE_TSX_TEST 226 unsigned i; 225 227 pjsip_transport *tp; 226 228 pjsip_tpfactory *tpfactory; 229 #endif 227 230 int line; 228 231
Note: See TracChangeset
for help on using the changeset viewer.