aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-15 21:27:33 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-15 21:27:33 +0000
commita67e27326ec065668b6b339f7a199235000c27f0 (patch)
tree9a7643f31b2170b47b93e761c0c5a39e783d175f /include
parent3714d9820fda685c1602606bb1209d79a387632a (diff)
Make ast_sched_report() and ast_sched_dump() thread safe.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@175882 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/sched.h b/include/asterisk/sched.h
index 564453ae2..1a6e3f0a1 100644
--- a/include/asterisk/sched.h
+++ b/include/asterisk/sched.h
@@ -257,7 +257,7 @@ int ast_sched_runq(struct sched_context *con);
* Debugging: Dump the contents of the scheduler to stderr
* \param con Context to dump
*/
-void ast_sched_dump(const struct sched_context *con);
+void ast_sched_dump(struct sched_context *con);
/*! \brief Returns the number of seconds before an event takes place
* \param con Context to use