Ignore:
Timestamp:
Mar 25, 2006 10:06:00 AM (19 years ago)
Author:
bennylp
Message:

Fixed bug in ioqueue: crashed when key is unregistered while another thread is running a callback

File:
1 edited

Legend:

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

    r165 r363  
    9292    pj_ioqueue_t           *ioqueue;                \ 
    9393    pj_mutex_t             *mutex;                  \ 
     94    pj_bool_t               inside_callback;        \ 
     95    pj_bool_t               destroy_requested;      \ 
    9496    pj_sock_t               fd;                     \ 
    9597    int                     fd_type;                \ 
Note: See TracChangeset for help on using the changeset viewer.