Ignore:
Timestamp:
Jan 5, 2006 11:35:46 PM (18 years ago)
Author:
bennylp
Message:

Added loop transport to test transaction

File:
1 edited

Legend:

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

    r106 r107  
    172172 
    173173        /** The length of the packet received. */ 
    174         int                      len; 
     174        pj_ssize_t               len; 
    175175 
    176176        /** The source address from which the packet was received. */ 
     
    252252    { 
    253253        /**  
    254          * This the transaction key generated for the message.  
     254         * Data attached by modules to this message.  
    255255         */ 
    256         pj_str_t                 key; 
     256        void    *mod_data[PJSIP_MAX_MODULE]; 
    257257 
    258258    } endpt_info; 
Note: See TracChangeset for help on using the changeset viewer.