Changeset 2865


Ignore:
Timestamp:
Aug 12, 2009 11:23:39 AM (15 years ago)
Author:
nanang
Message:

Ticket #833: Fixed pjsip_timer definition (should not in a typedef).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip-ua/sip_timer.c

    r2861 r2865  
    5050 
    5151/* Structure definition of Session Timers */ 
    52 typedef struct pjsip_timer  
     52struct pjsip_timer  
    5353{ 
    5454    pj_bool_t                    active;        /**< Active/inactive flag   */ 
     
    6363                                                     UPDATE transaction.    */ 
    6464 
    65 } pjsip_timer; 
     65}; 
    6666 
    6767/* External global vars */ 
Note: See TracChangeset for help on using the changeset viewer.