mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
DDS plugin: refactor to load DDS task id only once
This commit is contained in:
@@ -144,6 +144,7 @@ class DDS : public Plugin
|
||||
auto SubscribeForCustomCommands() -> void;
|
||||
|
||||
DDSSubscription fDDS;
|
||||
size_t fDDSTaskId;
|
||||
|
||||
std::unordered_map<std::string, std::vector<std::string>> fBindingChans;
|
||||
std::unordered_map<std::string, DDSConfig> fConnectingChans;
|
||||
|
Reference in New Issue
Block a user