diff options
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/image_loader.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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<uint8_t> component; uhd::dict<std::string, std::string> metadata; + bool delay_reload = false; + bool just_reload = false; } image_loader_args_t; //! Signature of an image loading function |