Ignore:
Timestamp:
Jan 19, 2008 1:01:42 PM (16 years ago)
Author:
bennylp
Message:

Ticket #455: allocate pjsua call id in round robin fashion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua_internal.h

    r1591 r1717  
    216216    unsigned             call_cnt;              /**< Call counter.      */ 
    217217    pjsua_call           calls[PJSUA_MAX_CALLS];/**< Calls array.       */ 
     218    pjsua_call_id        next_call_id;          /**< Next call id to use*/ 
    218219 
    219220    /* Buddy; */ 
Note: See TracChangeset for help on using the changeset viewer.