summaryrefslogtreecommitdiff
path: root/include/asterisk/sched.h
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-07-15 23:00:47 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-07-15 23:00:47 +0000
commit22b0f5d30691e94b18e152ec44ed90a23f55b266 (patch)
tree896015cada90b49858e1bf6503d9583704a56179 /include/asterisk/sched.h
parent60cd1fa57deeb80b7a564fd81194797b503d4846 (diff)
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
Diffstat (limited to 'include/asterisk/sched.h')
-rwxr-xr-xinclude/asterisk/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/sched.h b/include/asterisk/sched.h
index 52d29e4e0..c64e308b4 100755
--- a/include/asterisk/sched.h
+++ b/include/asterisk/sched.h
@@ -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 */
/*!