Changeset 3576 for pjproject/branches/1.x/pjsip/src/pjsua-lib/pjsua_call.c
- Timestamp:
- May 27, 2011 9:14:46 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.x/pjsip/src/pjsua-lib/pjsua_call.c
r3574 r3576 1173 1173 1174 1174 pj_gettimeofday(&time_start); 1175 timeout.sec = 0; 1175 1176 timeout.msec = PJSUA_ACQUIRE_CALL_TIMEOUT; 1176 1177 pj_time_val_normalize(&timeout);
Note: See TracChangeset
for help on using the changeset viewer.