mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
fix build without SCHED_MULTITHREADED defined (issue #6719)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12878 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -7919,7 +7919,9 @@ static void *iax2_process_thread(void *data)
|
|||||||
case IAX_IOSTATE_SCHEDREADY:
|
case IAX_IOSTATE_SCHEDREADY:
|
||||||
thread->actions++;
|
thread->actions++;
|
||||||
thread->iostate = IAX_IOSTATE_PROCESSING;
|
thread->iostate = IAX_IOSTATE_PROCESSING;
|
||||||
|
#ifdef SCHED_MULTITHREAD
|
||||||
thread->schedfunc(thread->scheddata);
|
thread->schedfunc(thread->scheddata);
|
||||||
|
#endif
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
time(&thread->checktime);
|
time(&thread->checktime);
|
||||||
|
Reference in New Issue
Block a user