summaryrefslogtreecommitdiff
path: root/include/asterisk
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2009-02-15 21:27:33 +0000
committerRussell Bryant <russell@russellbryant.com>2009-02-15 21:27:33 +0000
commit8c75380f52572f3905b3c317d94375cc90d5634d (patch)
tree9a7643f31b2170b47b93e761c0c5a39e783d175f /include/asterisk
parentca9d3b8ac9ca191ff1ceb04cacb17ca527cf7bea (diff)
Make ast_sched_report() and ast_sched_dump() thread safe.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@175882 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk')
-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