Changeset 6058 for pjproject/trunk/pjlib/include/pj/timer.h
- Timestamp:
- Sep 3, 2019 2:10:45 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/timer.h
r5971 r6058 114 114 pj_timer_id_t _timer_id; 115 115 116 #if !PJ_TIMER_HEAP_USE_COPY 116 117 /** 117 118 * The future time when the timer expires, which the value is updated … … 129 130 const char *src_file; 130 131 int src_line; 132 #endif 133 131 134 #endif 132 135 } pj_timer_entry;
Note: See TracChangeset
for help on using the changeset viewer.