Ignore:
Timestamp:
Feb 21, 2013 11:18:36 AM (11 years ago)
Author:
bennylp
Message:

Fixed #1616: Implementation of Group lock and other foundation in PJLIB for fixing synchronization issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/ioqueue_common_abs.h

    r3553 r4359  
    102102    PJ_DECL_LIST_MEMBER(struct pj_ioqueue_key_t);   \ 
    103103    pj_ioqueue_t           *ioqueue;                \ 
    104     pj_mutex_t             *mutex;                  \ 
     104    pj_grp_lock_t          *grp_lock;               \ 
     105    pj_lock_t              *lock;                   \ 
    105106    pj_bool_t               inside_callback;        \ 
    106107    pj_bool_t               destroy_requested;      \ 
Note: See TracChangeset for help on using the changeset viewer.