Allow IO thread to be started/stopped more than once.
This commit is contained in:
parent
d3fcb162f3
commit
f3e781762c
|
@ -97,6 +97,7 @@ Disk_Stream::shutdown ( void )
|
||||||
{
|
{
|
||||||
_terminate = true;
|
_terminate = true;
|
||||||
pthread_join( _thread, NULL );
|
pthread_join( _thread, NULL );
|
||||||
|
_terminate = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
Audio_Sequence *
|
Audio_Sequence *
|
||||||
|
|
Loading…
Reference in New Issue