Ignore:
Timestamp:
Mar 16, 2011 9:22:24 AM (13 years ago)
Author:
ming
Message:

Fixed #1211: Add pjlib API pj_gettickcount() that returns a monotonically increasing timestamp

  • Changed the timer_heap to use pj_gettickcount().
  • Changed ioqueue to use pj_gettickcount().
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/symbols.c

    r2394 r3456  
    198198PJ_EXPORT_SYMBOL(pj_time_decode) 
    199199#if defined(PJ_HAS_HIGH_RES_TIMER) && PJ_HAS_HIGH_RES_TIMER != 0 
     200PJ_EXPORT_SYMBOL(pj_gettickcount) 
    200201PJ_EXPORT_SYMBOL(pj_get_timestamp) 
    201202PJ_EXPORT_SYMBOL(pj_get_timestamp_freq) 
Note: See TracChangeset for help on using the changeset viewer.