Changeset 232 for pjproject/trunk/pjlib/include/pj/pool.h
- Timestamp:
- Feb 26, 2006 9:18:42 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/pool.h
r69 r232 543 543 */ 544 544 pj_list used_list; 545 546 /** 547 * Internal pool. 548 */ 549 pj_pool_t *pool; 550 551 /** 552 * Mutex. 553 */ 554 pj_mutex_t *mutex; 545 555 }; 546 556
Note: See TracChangeset
for help on using the changeset viewer.