Fix race condition that caused commands such as stop_rx_streaming to fail.
authorEric Blossom <eb@comsec.com>
Fri, 4 Sep 2009 08:51:29 +0000 (01:51 -0700)
committerEric Blossom <eb@comsec.com>
Fri, 4 Sep 2009 16:47:45 +0000 (09:47 -0700)
commit5d040bc94b40cab5420303f959695d89fe83e031
tree93aff8600b51623ffde671e17f945b323c715542
parent42b10fee5167354a2927c2874cec46fc0d71a245
Fix race condition that caused commands such as stop_rx_streaming to fail.

This fixes the bulk of the problem.  Next step is to drop data packets
while waiting for the reply.
usrp2/host/lib/control.cc
usrp2/host/lib/control.h
usrp2/host/lib/usrp2_impl.cc
usrp2/host/lib/usrp2_impl.h