miri: notify work function on exit of async read

This commit is contained in:
Dimitri Stolnikov 2013-01-20 15:38:56 +01:00
parent 10573261c2
commit 51787ff8e1
1 changed files with 2 additions and 0 deletions

View File

@ -216,6 +216,8 @@ void miri_source_c::mirisdr_wait()
if ( ret != 0 )
std::cerr << "mirisdr_read_async returned with " << ret << std::endl;
_buf_cond.notify_one();
}
int miri_source_c::work( int noutput_items,