mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-10 14:51:09 +00:00
add a library of timeval manipulation functions, and change a large number of usses to use the new functions (bug #4504)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6146 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -100,7 +100,7 @@ extern int ast_sched_runq(struct sched_context *con);
|
||||
* \param con Context to dump
|
||||
* Debugging: Dump the contents of the scheduler to stderr
|
||||
*/
|
||||
extern void ast_sched_dump(struct sched_context *con);
|
||||
extern void ast_sched_dump(const struct sched_context *con);
|
||||
|
||||
/*!Returns the number of seconds before an event takes place */
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user