Changeset 4606 for pjproject/trunk/pjnath/include/pjnath/turn_sock.h
- Timestamp:
- Oct 1, 2013 5:00:57 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/include/pjnath/turn_sock.h
r4538 r4606 263 263 */ 264 264 PJ_DECL(void*) pj_turn_sock_get_user_data(pj_turn_sock *turn_sock); 265 266 267 /** 268 * Get the group lock for this TURN transport. 269 * 270 * @param turn_sock The TURN transport instance. 271 * 272 * @return The group lock. 273 */ 274 PJ_DECL(pj_grp_lock_t *) pj_turn_sock_get_grp_lock(pj_turn_sock *turn_sock); 265 275 266 276
Note: See TracChangeset
for help on using the changeset viewer.