aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/x300/x300_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/usrp/x300/x300_impl.hpp')
-rw-r--r--host/lib/usrp/x300/x300_impl.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/host/lib/usrp/x300/x300_impl.hpp b/host/lib/usrp/x300/x300_impl.hpp
index d339c7bd0..2e0bebded 100644
--- a/host/lib/usrp/x300/x300_impl.hpp
+++ b/host/lib/usrp/x300/x300_impl.hpp
@@ -13,6 +13,7 @@
#include "x300_fw_common.h"
#include "x300_regs.hpp"
#include "x300_defaults.hpp"
+#include "x300_device_args.hpp"
#include "../device3/device3_impl.hpp"
#include <uhd/property_tree.hpp>
@@ -95,6 +96,8 @@ private:
//vector of member objects per motherboard
struct mboard_members_t
{
+ uhd::usrp::x300::x300_device_args_t args;
+
bool initialization_done;
uhd::task::sptr claimer_task;
std::string xport_path;