summaryrefslogtreecommitdiffstats
path: root/src/OutputUHD.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/OutputUHD.h')
-rw-r--r--src/OutputUHD.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/OutputUHD.h b/src/OutputUHD.h
index 86ecaae..530a30a 100644
--- a/src/OutputUHD.h
+++ b/src/OutputUHD.h
@@ -105,6 +105,9 @@ struct UHDWorkerData {
struct UHDWorkerFrameData frame1;
size_t bufsize; // in bytes
+ // If we want to verify loss of refclk
+ bool check_refclk_loss;
+
// muting set by remote control
bool muting;
@@ -219,3 +222,4 @@ class OutputUHD: public ModOutput, public RemoteControllable {
#endif // OUTPUT_UHD_H
+