mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-11 15:18:38 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user