mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-17 13:51:47 -05:00
SampleMO FIFO: fixed mutex recursion mode
This commit is contained in:
parent
09404b729d
commit
55d43c2e03
@ -22,7 +22,8 @@ const unsigned int SampleMOFifo::m_guardDivisor = 10;
|
||||
|
||||
SampleMOFifo::SampleMOFifo(QObject *parent) :
|
||||
QObject(parent),
|
||||
m_nbStreams(0)
|
||||
m_nbStreams(0),
|
||||
m_mutex(QMutex::Recursive)
|
||||
{}
|
||||
|
||||
SampleMOFifo::SampleMOFifo(unsigned int nbStreams, unsigned int size, QObject *parent) :
|
||||
|
Loading…
Reference in New Issue
Block a user