Changeset 4537 for pjproject/trunk/pjnath/src/pjnath-test/test.c
- Timestamp:
- Jun 19, 2013 6:47:43 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/src/pjnath-test/test.c
r4360 r4537 108 108 pj_caching_pool *cp; 109 109 110 st->timer_cnt = pj_timer_heap_count(cfg->timer_heap);110 st->timer_cnt = (unsigned)pj_timer_heap_count(cfg->timer_heap); 111 111 112 112 cp = (pj_caching_pool*)cfg->pf; 113 st->pool_used_cnt = cp->used_count;113 st->pool_used_cnt = (unsigned)cp->used_count; 114 114 } 115 115
Note: See TracChangeset
for help on using the changeset viewer.