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/include/pj/activesock.h

    r3553 r4359  
    175175{ 
    176176    /** 
     177     * Optional group lock to be assigned to the ioqueue key. 
     178     */ 
     179    pj_grp_lock_t *grp_lock; 
     180 
     181    /** 
    177182     * Number of concurrent asynchronous operations that is to be supported 
    178183     * by the active socket. This value only affects socket receive and 
     
    291296                                              pj_sockaddr *bound_addr); 
    292297 
    293  
    294298/** 
    295299 * Close the active socket. This will unregister the socket from the 
     
    549553                                                 int addr_len); 
    550554 
     555 
    551556#endif  /* PJ_HAS_TCP */ 
    552557 
Note: See TracChangeset for help on using the changeset viewer.