Ignore:
Timestamp:
Feb 19, 2006 1:34:57 AM (18 years ago)
Author:
bennylp
Message:

Return correct error when sending message failed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_transaction.h

    r160 r195  
    9999    pjsip_response_addr         res_addr;       /**< Response address.      */ 
    100100    unsigned                    transport_flag; /**< Miscelaneous flag.     */ 
     101    pj_status_t                 transport_err;  /**< Internal error code.   */ 
    101102 
    102103    /* 
     
    281282 
    282283/* 
     284 * Dump transaction layer. 
     285 */ 
     286PJ_DECL(void) pjsip_tsx_layer_dump(void); 
     287 
     288/* 
    283289 * Get the string name for the state. 
    284290 */ 
Note: See TracChangeset for help on using the changeset viewer.