summaryrefslogtreecommitdiff
path: root/usrp/host/include/usrp/usrp_basic.h
diff options
context:
space:
mode:
Diffstat (limited to 'usrp/host/include/usrp/usrp_basic.h')
-rw-r--r--usrp/host/include/usrp/usrp_basic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp/host/include/usrp/usrp_basic.h b/usrp/host/include/usrp/usrp_basic.h
index c79908a86..2430ff5c4 100644
--- a/usrp/host/include/usrp/usrp_basic.h
+++ b/usrp/host/include/usrp/usrp_basic.h
@@ -66,6 +66,7 @@ protected:
protected:
struct libusb_device_handle *d_udh;
+ struct libusb_context *d_ctx;
int d_usb_data_rate; // bytes/sec
int d_bytes_per_poll; // how often to poll for overruns
bool d_verbose;