Changeset 4606 for pjproject/trunk/pjnath/include/pjnath/stun_session.h
- Timestamp:
- Oct 1, 2013 5:00:57 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/include/pjnath/stun_session.h
r4360 r4606 436 436 437 437 /** 438 * Get the group lock for this STUN session. 439 * 440 * @param sess The STUN session instance. 441 * 442 * @return The group lock. 443 */ 444 PJ_DECL(pj_grp_lock_t *) pj_stun_session_get_grp_lock(pj_stun_session *sess); 445 446 /** 438 447 * Set SOFTWARE name to be included in all requests and responses. 439 448 *
Note: See TracChangeset
for help on using the changeset viewer.