From 646f05237d68f0e79a8ea8de52c2dd9f6e38e752 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 26 Oct 2016 18:05:31 -0700 Subject: rfnoc: Moved transport endianness as property into both_xports_t Reviewed-By: Michael West --- host/lib/rfnoc/xports.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'host/lib/rfnoc') diff --git a/host/lib/rfnoc/xports.hpp b/host/lib/rfnoc/xports.hpp index 7872f2e1b..1ce05c6c8 100644 --- a/host/lib/rfnoc/xports.hpp +++ b/host/lib/rfnoc/xports.hpp @@ -16,6 +16,7 @@ // #include +#include #include namespace uhd { @@ -30,6 +31,7 @@ namespace uhd { size_t send_buff_size; uhd::sid_t send_sid; uhd::sid_t recv_sid; + uhd::endianness_t endianness; }; }; -- cgit v1.2.3