aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/Soapy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/output/Soapy.h')
-rw-r--r--src/output/Soapy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/output/Soapy.h b/src/output/Soapy.h
index 67b280d..5c20156 100644
--- a/src/output/Soapy.h
+++ b/src/output/Soapy.h
@@ -84,7 +84,9 @@ class Soapy : public Output::SDRDevice
SDRDeviceConfig& m_conf;
SoapySDR::Device *m_device = nullptr;
SoapySDR::Stream *m_tx_stream = nullptr;
+ bool m_tx_stream_active = false;
SoapySDR::Stream *m_rx_stream = nullptr;
+ bool m_rx_stream_active = false;
size_t underflows = 0;
size_t overflows = 0;