jwestmoreland wrote on Sunday, September 09, 2007:
Richard,
I see you updated queue.c - can you explain the reason(s)/fix(es)?
Thanks!
John W.
jwestmoreland wrote on Sunday, September 09, 2007:
Richard,
I see you updated queue.c - can you explain the reason(s)/fix(es)?
Thanks!
John W.
rtel wrote on Sunday, September 09, 2007:
Between revisions 104 and 106? This was a result of this thread: http://sourceforge.net/forum/forum.php?thread_id=1807368&forum_id=382005
The extra line wakes the next task blocked on a queue if the original task that unblocked because data was placed in the queue did not remove the data, but merely peeked at the data.
Regards.