aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/sched.h
diff options
context:
space:
mode:
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 */
/*!