Disable condition based waiting in ringbuffers until we fix lockup issues.

remotes/origin/master-1.0.x
Victor Julien 15 years ago
parent 0231ec612d
commit 6d68d7a450

@ -30,7 +30,7 @@
/** When the ringbuffer is full we have two options, either we spin & sleep
* or we use a pthread condition to wait. */
#define RINGBUFFER_MUTEX_WAIT
//#define RINGBUFFER_MUTEX_WAIT
/** \brief ring buffer api
*

Loading…
Cancel
Save