Ignore:
Timestamp:
Apr 30, 2007 9:03:32 PM (17 years ago)
Author:
bennylp
Message:

Initial Symbian integration to trunk for pjlib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/os_rwmutex.c

    r974 r1235  
    5757 
    5858    *p_mutex = NULL; 
    59     rwmutex = pj_pool_alloc(pool, sizeof(struct pj_rwmutex_t)); 
     59    rwmutex = PJ_POOL_ALLOC_T(pool, pj_rwmutex_t); 
    6060 
    6161    status = pj_mutex_create_simple(pool, name, &rwmutex ->read_lock); 
Note: See TracChangeset for help on using the changeset viewer.