diff options
author | Alex Williams <alex.williams@ni.com> | 2019-01-14 11:08:23 -0800 |
---|---|---|
committer | Brent Stapleton <brent.stapleton@ettus.com> | 2019-01-15 17:14:57 -0800 |
commit | 56c9a23c40417d5848b33b30ab941e8a8dc3c28c (patch) | |
tree | b8b74d08cce371e0a38ade305fdbc9a0f0a0ef70 /host/lib/transport/uhd-dpdk | |
parent | 037a8ddd17f122261689f44c55a68302ae065a87 (diff) | |
download | uhd-56c9a23c40417d5848b33b30ab941e8a8dc3c28c.tar.gz uhd-56c9a23c40417d5848b33b30ab941e8a8dc3c28c.tar.bz2 uhd-56c9a23c40417d5848b33b30ab941e8a8dc3c28c.zip |
transport: Move uhd-dpdk header to uhdlib
Diffstat (limited to 'host/lib/transport/uhd-dpdk')
-rw-r--r-- | host/lib/transport/uhd-dpdk/uhd_dpdk_ctx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/transport/uhd-dpdk/uhd_dpdk_ctx.h b/host/lib/transport/uhd-dpdk/uhd_dpdk_ctx.h index ca0fa77b3..d497e5d5a 100644 --- a/host/lib/transport/uhd-dpdk/uhd_dpdk_ctx.h +++ b/host/lib/transport/uhd-dpdk/uhd_dpdk_ctx.h @@ -14,7 +14,7 @@ #include <rte_hash.h> #include <rte_eal.h> #include <rte_atomic.h> -#include <uhd/transport/uhd-dpdk.h> +#include <uhdlib/transport/uhd-dpdk.h> //#include <pthread.h> /* For nice scheduling options later, make sure to separate RX and TX activity */ |