Ignore:
Timestamp:
Feb 26, 2006 9:18:42 PM (18 years ago)
Author:
bennylp
Message:

Added mutex protection for caching pool

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/pool.h

    r69 r232  
    543543     */ 
    544544    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; 
    545555}; 
    546556 
Note: See TracChangeset for help on using the changeset viewer.