Ignore:
Timestamp:
Sep 25, 2013 4:57:26 AM (11 years ago)
Author:
nanang
Message:

Fix #1700: Added PJ_ICE_CAND_TYPE_MAX to represent the number ICE candidate types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/include/pjnath/ice_session.h

    r4360 r4602  
    155155     * TURN server. 
    156156     */ 
    157     PJ_ICE_CAND_TYPE_RELAYED 
     157    PJ_ICE_CAND_TYPE_RELAYED, 
     158 
     159    /** 
     160     * Number of defined ICE candidate types. 
     161     */ 
     162    PJ_ICE_CAND_TYPE_MAX 
    158163 
    159164} pj_ice_cand_type; 
Note: See TracChangeset for help on using the changeset viewer.