- Timestamp:
- Apr 6, 2007 10:25:23 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/pjproject-0.5-stable/pjsip/src/test-pjsip/test.c
r974 r1158 227 227 unsigned i; 228 228 pjsip_transport *tp; 229 #if PJ_HAS_TCP 229 230 pjsip_tpfactory *tpfactory; 230 #endif 231 #endif /* PJ_HAS_TCP */ 232 #endif /* INCLUDE_TSX_TEST */ 231 233 int line; 232 234 … … 332 334 } 333 335 336 #if PJ_HAS_TCP 334 337 status = pjsip_tcp_transport_start(endpt, NULL, 1, &tpfactory); 335 338 if (status == PJ_SUCCESS) { … … 343 346 goto on_return; 344 347 } 348 #endif 345 349 346 350
Note: See TracChangeset
for help on using the changeset viewer.