Ignore:
Timestamp:
Feb 27, 2013 3:02:03 PM (11 years ago)
Author:
riza
Message:

Re #1620: backported to 1.x

Location:
pjproject/branches/1.x
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x

  • pjproject/branches/1.x/pjnath/include/pjnath/stun_transaction.h

    r3553 r4407  
    235235 * 
    236236 * @param tsx           The STUN client transaction instance. 
     237 * @param mod_count     Boolean flag to indicate whether transmission count 
     238 *                      needs to be incremented. 
    237239 * 
    238240 * @return              PJ_SUCCESS on success, or PJNATH_ESTUNDESTROYED  
     
    241243 *                      as returned by \a on_send_msg() callback. 
    242244 */ 
    243 PJ_DECL(pj_status_t) pj_stun_client_tsx_retransmit(pj_stun_client_tsx *tsx); 
     245PJ_DECL(pj_status_t) pj_stun_client_tsx_retransmit(pj_stun_client_tsx *tsx, 
     246                                                   pj_bool_t mod_count); 
    244247 
    245248 
Note: See TracChangeset for help on using the changeset viewer.