From fab4a5dd1708de6c5dc5fb4dc50b396a4adfeb51 Mon Sep 17 00:00:00 2001 From: Virendra Kakade Date: Tue, 30 Apr 2019 17:05:28 -0500 Subject: mpmd: Add support to delay and trigger fpga/dts load after update Add a new image_loader argument delay_reload to provide a way to update components but optionally delay the actual load. Similarly add a new argument, just_reload, to enable uhd to reload the fpga/dts components. Signed-off-by: Virendra Kakade --- host/include/uhd/image_loader.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'host/include') diff --git a/host/include/uhd/image_loader.hpp b/host/include/uhd/image_loader.hpp index b941463cd..c451b2851 100644 --- a/host/include/uhd/image_loader.hpp +++ b/host/include/uhd/image_loader.hpp @@ -31,6 +31,8 @@ public: std::string id; std::vector component; uhd::dict metadata; + bool delay_reload = false; + bool just_reload = false; } image_loader_args_t; //! Signature of an image loading function -- cgit v1.2.3