Changeset 2865
- Timestamp:
- Aug 12, 2009 11:23:39 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip-ua/sip_timer.c
r2861 r2865 50 50 51 51 /* Structure definition of Session Timers */ 52 typedefstruct pjsip_timer52 struct pjsip_timer 53 53 { 54 54 pj_bool_t active; /**< Active/inactive flag */ … … 63 63 UPDATE transaction. */ 64 64 65 } pjsip_timer;65 }; 66 66 67 67 /* External global vars */
Note: See TracChangeset
for help on using the changeset viewer.