mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
SDK: Do not always stop the session on destruction
This commit is contained in:
committed by
Dennis Klein
parent
7aa95fcd93
commit
5a7bf68c8c
@@ -61,6 +61,7 @@ class DDSSession
|
||||
auto SubmitAgents(Quantity agents, const Path& config) -> void;
|
||||
auto RequestAgentInfo() -> void;
|
||||
auto ActivateTopology(Path topologyFile) -> void;
|
||||
auto Stop() -> void;
|
||||
|
||||
friend auto operator<<(std::ostream& os, DDSSession session) -> std::ostream&;
|
||||
private:
|
||||
|
Reference in New Issue
Block a user