Changeset 3456 for pjproject/trunk/pjlib/src/pj/ioqueue_winnt.c
- Timestamp:
- Mar 16, 2011 9:22:24 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/ioqueue_winnt.c
r3051 r3456 620 620 621 621 pj_assert(key->closing == 1); 622 pj_getti meofday(&key->free_time);622 pj_gettickcount(&key->free_time); 623 623 key->free_time.msec += PJ_IOQUEUE_KEY_FREE_DELAY; 624 624 pj_time_val_normalize(&key->free_time); … … 875 875 pj_ioqueue_key_t *key; 876 876 877 pj_getti meofday(&now);877 pj_gettickcount(&now); 878 878 879 879 /* Move closing keys to free list when they've finished the closing
Note: See TracChangeset
for help on using the changeset viewer.