Changeset 4360 for pjproject/trunk/pjnath/include/pjnath/ice_session.h
- Timestamp:
- Feb 21, 2013 11:26:35 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/include/pjnath/ice_session.h
r4196 r4360 613 613 pj_pool_t *pool; /**< Pool instance. */ 614 614 void *user_data; /**< App. data. */ 615 pj_ mutex_t *mutex; /**< Mutex.*/615 pj_grp_lock_t *grp_lock; /**< Group lock */ 616 616 pj_ice_sess_role role; /**< ICE role. */ 617 617 pj_ice_sess_options opt; /**< Options */ … … 731 731 * generated. 732 732 * @param local_passwd Optional string to be used as local password. 733 * @param grp_lock Optional group lock to be used by this session. 734 * If NULL, the session will create one itself. 733 735 * @param p_ice Pointer to receive the ICE session instance. 734 736 * … … 742 744 const pj_str_t *local_ufrag, 743 745 const pj_str_t *local_passwd, 746 pj_grp_lock_t *grp_lock, 744 747 pj_ice_sess **p_ice); 745 748
Note: See TracChangeset
for help on using the changeset viewer.