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 08:51:29 +0000 (01:51 -0700)
commite49601b4754da836fece4e869c58b0c9b3e2d8ad
tree5b3500ed0e6d2b97d30df602f4d7575808ae4420
parent072a76710866c7237eb19b21bd71e46c4d98cca8
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