Changeset 1266 for pjproject/trunk/pjsip/src/test-pjsip/transport_test.c
- Timestamp:
- May 11, 2007 3:14:34 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/test-pjsip/transport_test.c
r974 r1266 561 561 562 562 /* Generate Call-ID for each thread. */ 563 rt_test_data[i].call_id.ptr = pj_pool_alloc(pool, rt_call_id.slen+1);563 rt_test_data[i].call_id.ptr = (char*) pj_pool_alloc(pool, rt_call_id.slen+1); 564 564 pj_strcpy(&rt_test_data[i].call_id, &rt_call_id); 565 565 buf[0] = '0' + i;
Note: See TracChangeset
for help on using the changeset viewer.