Changeset 692 for pjproject/branches/symbian/pjlib/src/pj/os_rwmutex.c
- Timestamp:
- Aug 29, 2006 8:44:04 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/symbian/pjlib/src/pj/os_rwmutex.c
r433 r692 57 57 58 58 *p_mutex = NULL; 59 rwmutex = pj_pool_alloc(pool, sizeof(struct pj_rwmutex_t));59 rwmutex = (pj_rwmutex_t*)pj_pool_alloc(pool, sizeof(struct pj_rwmutex_t)); 60 60 61 61 status = pj_mutex_create_simple(pool, name, &rwmutex ->read_lock);
Note: See TracChangeset
for help on using the changeset viewer.