aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-15 21:28:55 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-15 21:28:55 +0000
commit3e1f32b0ff8178ed7e2e0b0943aec6df376badca (patch)
treee4979806bcbcdb97488f677117a8865123ec4225 /include
parentb0bc4317224e4287a4a362097df173899fc1a5af (diff)
Merged revisions 175882 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r175882 | russell | 2009-02-15 15:27:33 -0600 (Sun, 15 Feb 2009) | 2 lines Make ast_sched_report() and ast_sched_dump() thread safe. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@175890 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 ae1592553..6508da41e 100644
--- a/include/asterisk/sched.h
+++ b/include/asterisk/sched.h
@@ -255,7 +255,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