diff options
Diffstat (limited to 'host/lib/include/uhdlib')
| -rw-r--r-- | host/lib/include/uhdlib/transport/dpdk/common.hpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/include/uhdlib/transport/dpdk/common.hpp b/host/lib/include/uhdlib/transport/dpdk/common.hpp index 280b7da64..c153c7107 100644 --- a/host/lib/include/uhdlib/transport/dpdk/common.hpp +++ b/host/lib/include/uhdlib/transport/dpdk/common.hpp @@ -387,6 +387,7 @@ private:      size_t _mtu;      int _num_mbufs;      int _mbuf_cache_size; +    int _link_init_timeout;      std::mutex _init_mutex;      std::atomic<bool> _init_done;      uhd::dict<uint32_t, port_id_t> _routes;  | 
