Ignore:
Timestamp:
Mar 13, 2009 3:49:06 PM (15 years ago)
Author:
bennylp
Message:

Documentation error for pj_timer_heap_poll(): if no timer exists, the second part of timeval will be filled with PJ_MAXINT32 and not -1. Thanks Phil Torre for the report

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/timer.h

    r1405 r2512  
    259259 * @param ht         The timer heap. 
    260260 * @param next_delay If this parameter is not NULL, it will be filled up with 
    261  *                   the time delay until the next timer elapsed, or -1 in 
    262  *                   the sec part if no entry exist. 
     261 *                   the time delay until the next timer elapsed, or  
     262 *                   PJ_MAXINT32 in the sec part if no entry exist. 
    263263 * 
    264264 * @return           The number of timers expired. 
Note: See TracChangeset for help on using the changeset viewer.